#42959E

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

Shades of Blue Chill #42959E

Tints of Blue Chill #42959E

Color information

#42959E (or 0x42959E) is unknown color: approx Blue Chill. HEX triplet: 42, 95 and 9E. RGB value is (66,149,158). Sum of RGB (Red+Green+Blue) = 66+149+158=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #42959E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42959E is #BD6A61. Grayscale: #7D7D7D. Windows color (decimal): -12413538 or 10392898. OLE color: 10392898.

HSL color Cylindrical-coordinate representation of color #42959E: hue angle of 185.87º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42959E is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66149158-
CMYK0.580.0600.38
HSL185.87º41.07%43.92%-
HSV(B)185.87º58.23%61.96%-
XYZ19.1725.1236.19-
YUV125.21146.585.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.69%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=17.69%
G=39.95%
B=42.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661491580.580.0600.38185.8741.0743.92
Hex42959E3A6026ba292c
Octal1022252367260462725154
Binary10000101001010110011110111010110010011010111010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42959E; }

 p { color: rgb(66,149,158); }

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

<style>
 a { background-color: #42959E; }

 a { background-color: rgb(66,149,158); }

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

<style>
 span { border-color: #42959E; }

 span { border-color: rgb(66,149,158); }

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