Html Css Color HEX #42979E Blue Chill

📋 copy color: '#42979E'

red 66 ◦ green 151 ◦ blue 158

#42979E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #42979E

Tints of Blue Chill #42979E

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 value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42979E (or 0x42979E) is known color: 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

RGB 66 151 158 -
CMYK 0.58 0.04 0 0.38
HSL 184.57º 0.41% 0.44% -
HSV(B) 184.57º 0.58% 0.62% -
XYZ 19.48 25.76 36.29 -
YUV 126.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 66 151 158 0.58 0.04 0 0.38 184.57 0.41 0.44
Hex 42 97 9E 3A 4 0 26 B9 29 2C
Octal 102 227 236 72 4 0 46 271 51 54
Binary 1000010 10010111 10011110 111010 100 0 100110 10111001 101001 101100

Color Harmonies of #42979E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42979E

Black with #42979E

Text Example


Text Example

White with #42979E

Text Example


Text Example

HTML Codes & Css Web 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>