#42979B

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

Shades of Blue Chill #42979B

Tints of Blue Chill #42979B

Color information

#42979B (or 0x42979B) is unknown color: approx Blue Chill. HEX triplet: 42, 97 and 9B. RGB value is (66,151,155). Sum of RGB (Red+Green+Blue) = 66+151+155=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #42979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42979B is #BD6864. Grayscale: #7D7D7D. Windows color (decimal): -12413029 or 10196802. OLE color: 10196802.

HSL color Cylindrical-coordinate representation of color #42979B: hue angle of 182.7º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42979B is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB66151155-
CMYK0.570.0300.39
HSL182.7º40.27%43.33%-
HSV(B)182.7º57.42%60.78%-
XYZ19.2325.6634.95-
YUV126.04144.3485.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.74%
GREEN value IS 151 (59.38% from 255) = 40.59%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=17.74%
G=40.59%
B=41.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661511550.570.0300.39182.740.2743.33
Hex42979B393027b7282b
Octal1022272337130472675053
Binary1000010100101111001101111100111010011110110111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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