#799FC4

Color #799FC4 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #799FC4

Tints of Polo Blue #799FC4

Color information

#799FC4 (or 0x799FC4) is unknown color: approx Polo Blue. HEX triplet: 79, 9F and C4. RGB value is (121,159,196). Sum of RGB (Red+Green+Blue) = 121+159+196=476 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.42% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #799FC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FC4 is #86603B. Grayscale: #979797. Windows color (decimal): -8806460 or 12885881. OLE color: 12885881.

HSL color Cylindrical-coordinate representation of color #799FC4: hue angle of 209.6º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #799FC4 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB121159196-
CMYK0.380.1900.23
HSL209.6º38.86%62.16%-
HSV(B)209.6º38.27%76.86%-
XYZ30.2532.8556.97-
YUV151.86152.91105.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 25.42%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 196 (76.95% from 255) = 41.18%
R=25.42%
G=33.40%
B=41.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1211591960.380.1900.23209.638.8662.16
Hex799FC42613017d2273e
Octal17123730446230273224776
Binary111100110011111110001001001101001101011111010010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799FC4; }

 p { color: rgb(121,159,196); }

 H1.HeaderClassName
 {
   color: #799FC4;
 }
 .AnyTagClassName
 {
   color: #799FC4;
 }
</style>
background-color css

<style>
 a { background-color: #799FC4; }

 a { background-color: rgb(121,159,196); }

 div.DivClassName
 {
   background-color: #799FC4;
 }
 .BgClassName
 {
   background-color: #799FC4;
 }
</style>
border-color css

<style>
 span { border-color: #799FC4; }

 span { border-color: rgb(121,159,196); }

 td.TdClassName
 {
   border-color: #799FC4;
 }
 .TagClassName
 {
   border-color: #799FC4;
 }
</style>