#42918C

Color #42918C Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #42918C

Tints of Blue Chill #42918C

Color information

#42918C (or 0x42918C) is unknown color: approx Blue Chill. HEX triplet: 42, 91 and 8C. RGB value is (66,145,140). Sum of RGB (Red+Green+Blue) = 66+145+140=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #42918C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42918C is #BD6E73. Grayscale: #787878. Windows color (decimal): -12414580 or 9212226. OLE color: 9212226.

HSL color Cylindrical-coordinate representation of color #42918C: hue angle of 176.2º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42918C is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB66145140-
CMYK0.5400.030.43
HSL176.2º37.44%41.37%-
HSV(B)176.2º54.48%56.86%-
XYZ17.1123.328.41-
YUV120.81138.8388.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 145 (57.03% from 255) = 41.31%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=18.80%
G=41.31%
B=39.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661451400.5400.030.43176.237.4441.37
Hex42918C36032Bb02529
Octal1022212146603532604551
Binary1000010100100011000110011011001110101110110000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42918C; }

 p { color: rgb(66,145,140); }

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

<style>
 a { background-color: #42918C; }

 a { background-color: rgb(66,145,140); }

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

<style>
 span { border-color: #42918C; }

 span { border-color: rgb(66,145,140); }

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