#799CC4

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

Shades of Polo Blue #799CC4

Tints of Polo Blue #799CC4

Color information

#799CC4 (or 0x799CC4) is unknown color: approx Polo Blue. HEX triplet: 79, 9C and C4. RGB value is (121,156,196). Sum of RGB (Red+Green+Blue) = 121+156+196=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #799CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CC4 is #86633B. Grayscale: #959595. Windows color (decimal): -8807228 or 12885113. OLE color: 12885113.

HSL color Cylindrical-coordinate representation of color #799CC4: hue angle of 212º 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 #799CC4 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB121156196-
CMYK0.380.2000.23
HSL212º38.86%62.16%-
HSV(B)212º38.27%76.86%-
XYZ29.7431.8356.8-
YUV150.1153.9107.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.58%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 196 (76.95% from 255) = 41.44%
R=25.58%
G=32.98%
B=41.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1211561960.380.2000.2321238.8662.16
Hex799CC42614017d4273e
Octal17123430446240273244776
Binary111100110011100110001001001101010001011111010100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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