Html Css Color HEX #42979D Blue Chill

📋 copy color: '#42979D'

red 66 ◦ green 151 ◦ blue 157

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

Shades of Blue Chill #42979D

Tints of Blue Chill #42979D

RGB

 RED value IS 66 (26.17% from 255) = 17.65%

 GREEN value IS 151 (59.38% from 255) = 40.37%

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 17.65%
G = 40.37%
B = 41.98%

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

#42979D (or 0x42979D) is known color: Blue Chill. HEX triplet: 42, 97 and 9D. RGB value is (66,151,157). Sum of RGB (Red+Green+Blue) = 66+151+157=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #42979D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42979D is #BD6862. Grayscale: #7E7E7E. Windows color (decimal): -12413027 or 10327874. OLE color: 10327874.

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

Color convert

RGB 66 151 157 -
CMYK 0.58 0.04 0 0.38
HSL 183.96º 0.41% 0.44% -
HSV(B) 183.96º 0.58% 0.62% -
XYZ 19.4 25.73 35.84 -
YUV 126.27 145.34 85.01 -
System Red Green Blue C M Y K H S L
Decimal 66 151 157 0.58 0.04 0 0.38 183.96 0.41 0.44
Hex 42 97 9D 3A 4 0 26 B8 29 2C
Octal 102 227 235 72 4 0 46 270 51 54
Binary 1000010 10010111 10011101 111010 100 0 100110 10111000 101001 101100

Color Harmonies of #42979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42979D

Black with #42979D

Text Example


Text Example

White with #42979D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42979D;
 }
 .AnyTagClassName
 {
   color: #42979D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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