#42979E

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

Shades of Blue Chill #42979E

Tints of Blue Chill #42979E

Color information

#42979E (or 0x42979E) is unknown color: approx Blue Chill. HEX triplet: 42, 97 and 9E. RGB value is (66,151,158). Sum of RGB (Red+Green+Blue) = 66+151+158=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #42979E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42979E is #BD6861. Grayscale: #7E7E7E. Windows color (decimal): -12413026 or 10393410. OLE color: 10393410.

HSL color Cylindrical-coordinate representation of color #42979E: hue angle of 184.57º 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 #42979E is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66151158-
CMYK0.580.0400.38
HSL184.57º41.07%43.92%-
HSV(B)184.57º58.23%61.96%-
XYZ19.4825.7636.29-
YUV126.38145.8484.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.6%
GREEN value IS 151 (59.38% from 255) = 40.27%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=17.6%
G=40.27%
B=42.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661511580.580.0400.38184.5741.0743.92
Hex42979E3A4026b9292c
Octal1022272367240462715154
Binary10000101001011110011110111010100010011010111001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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