#42928F

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

Shades of Blue Chill #42928F

Tints of Blue Chill #42928F

Color information

#42928F (or 0x42928F) is unknown color: approx Blue Chill. HEX triplet: 42, 92 and 8F. RGB value is (66,146,143). Sum of RGB (Red+Green+Blue) = 66+146+143=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #42928F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42928F is #BD6D70. Grayscale: #797979. Windows color (decimal): -12414321 or 9409090. OLE color: 9409090.

HSL color Cylindrical-coordinate representation of color #42928F: hue angle of 177.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42928F is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB66146143-
CMYK0.5500.020.43
HSL177.75º37.74%41.57%-
HSV(B)177.75º54.79%57.25%-
XYZ17.4823.729.64-
YUV121.7414088.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=18.59%
G=41.13%
B=40.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661461430.5500.020.43177.7537.7441.57
Hex42928F37022Bb2262a
Octal1022222176702532624652
Binary1000010100100101000111111011101010101110110010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42928F; }

 p { color: rgb(66,146,143); }

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

<style>
 a { background-color: #42928F; }

 a { background-color: rgb(66,146,143); }

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

<style>
 span { border-color: #42928F; }

 span { border-color: rgb(66,146,143); }

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