#78A4C4

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

Shades of Polo Blue #78A4C4

Tints of Polo Blue #78A4C4

Color information

#78A4C4 (or 0x78A4C4) is unknown color: approx Polo Blue. HEX triplet: 78, A4 and C4. RGB value is (120,164,196). Sum of RGB (Red+Green+Blue) = 120+164+196=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #78A4C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A4C4 is #875B3B. Grayscale: #9A9A9A. Windows color (decimal): -8870716 or 12887160. OLE color: 12887160.

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

Color convert

RGB120164196-
CMYK0.390.1600.23
HSL205.26º39.18%61.96%-
HSV(B)205.26º38.78%76.86%-
XYZ30.9834.5357.26-
YUV154.49151.42103.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 196 (76.95% from 255) = 40.83%
R=25%
G=34.17%
B=40.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1201641960.390.1600.23205.2639.1861.96
Hex78A4C42710017cd273e
Octal17024430447200273154776
Binary111100010100100110001001001111000001011111001101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A4C4; }

 p { color: rgb(120,164,196); }

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

<style>
 a { background-color: #78A4C4; }

 a { background-color: rgb(120,164,196); }

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

<style>
 span { border-color: #78A4C4; }

 span { border-color: rgb(120,164,196); }

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