Html Css Color HEX #42969B Blue Chill

📋 copy color: '#42969B'

red 66 ◦ green 150 ◦ blue 155

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

Shades of Blue Chill #42969B

Tints of Blue Chill #42969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.43%

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 17.79%
G = 40.43%
B = 41.78%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42969B (or 0x42969B) is known color: Blue Chill. HEX triplet: 42, 96 and 9B. RGB value is (66,150,155). Sum of RGB (Red+Green+Blue) = 66+150+155=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #42969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42969B is #BD6964. Grayscale: #7D7D7D. Windows color (decimal): -12413285 or 10196546. OLE color: 10196546.

HSL color Cylindrical-coordinate representation of color #42969B: hue angle of 183.37º 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 #42969B is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 150 155 -
CMYK 0.57 0.03 0 0.39
HSL 183.37º 0.4% 0.43% -
HSV(B) 183.37º 0.57% 0.61% -
XYZ 19.07 25.34 34.9 -
YUV 125.45 144.67 85.59 -
System Red Green Blue C M Y K H S L
Decimal 66 150 155 0.57 0.03 0 0.39 183.37 0.4 0.43
Hex 42 96 9B 39 3 0 27 B7 28 2B
Octal 102 226 233 71 3 0 47 267 50 53
Binary 1000010 10010110 10011011 111001 11 0 100111 10110111 101000 101011

Color Harmonies of #42969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42969B

Black with #42969B

Text Example


Text Example

White with #42969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42969B;
 }
 .AnyTagClassName
 {
   color: #42969B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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