#799AC4

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

Shades of Polo Blue #799AC4

Tints of Polo Blue #799AC4

Color information

#799AC4 (or 0x799AC4) is unknown color: approx Polo Blue. HEX triplet: 79, 9A and C4. RGB value is (121,154,196). Sum of RGB (Red+Green+Blue) = 121+154+196=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #799AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AC4 is #86653B. Grayscale: #949494. Windows color (decimal): -8807740 or 12884601. OLE color: 12884601.

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

Color convert

RGB121154196-
CMYK0.380.2100.23
HSL213.6º38.86%62.16%-
HSV(B)213.6º38.27%76.86%-
XYZ29.431.1656.69-
YUV148.92154.57108.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.69%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 196 (76.95% from 255) = 41.61%
R=25.69%
G=32.70%
B=41.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1211541960.380.2100.23213.638.8662.16
Hex799AC42615017d6273e
Octal17123230446250273264776
Binary111100110011010110001001001101010101011111010110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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