#42928D

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

Shades of Blue Chill #42928D

Tints of Blue Chill #42928D

Color information

#42928D (or 0x42928D) is unknown color: approx Blue Chill. HEX triplet: 42, 92 and 8D. RGB value is (66,146,141). Sum of RGB (Red+Green+Blue) = 66+146+141=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #42928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42928D is #BD6D72. Grayscale: #797979. Windows color (decimal): -12414323 or 9278018. OLE color: 9278018.

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

Color convert

RGB66146141-
CMYK0.5500.030.43
HSL176.25º37.74%41.57%-
HSV(B)176.25º54.79%57.25%-
XYZ17.3323.6428.85-
YUV121.5113988.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=18.70%
G=41.36%
B=39.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661461410.5500.030.43176.2537.7441.57
Hex42928D37032Bb0262a
Octal1022222156703532604652
Binary1000010100100101000110111011101110101110110000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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