#42928C

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

Shades of Blue Chill #42928C

Tints of Blue Chill #42928C

Color information

#42928C (or 0x42928C) is unknown color: approx Blue Chill. HEX triplet: 42, 92 and 8C. RGB value is (66,146,140). Sum of RGB (Red+Green+Blue) = 66+146+140=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #42928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42928C is #BD6D73. Grayscale: #797979. Windows color (decimal): -12414324 or 9212482. OLE color: 9212482.

HSL color Cylindrical-coordinate representation of color #42928C: hue angle of 175.5º 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 #42928C is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB66146140-
CMYK0.5500.040.43
HSL175.5º37.74%41.57%-
HSV(B)175.5º54.79%57.25%-
XYZ17.2623.6128.46-
YUV121.4138.588.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.75%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=18.75%
G=41.48%
B=39.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661461400.5500.040.43175.537.7441.57
Hex42928C37042Bb0262a
Octal1022222146704532604652
Binary10000101001001010001100110111010010101110110000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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