Html Css Color HEX #42969F Blue Chill

📋 copy color: '#42969F'

red 66 ◦ green 150 ◦ blue 159

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

Shades of Blue Chill #42969F

Tints of Blue Chill #42969F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 17.6%
G = 40%
B = 42.4%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42969F (or 0x42969F) is known color: Blue Chill. HEX triplet: 42, 96 and 9F. RGB value is (66,150,159). Sum of RGB (Red+Green+Blue) = 66+150+159=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #42969F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42969F is #BD6960. Grayscale: #7D7D7D. Windows color (decimal): -12413281 or 10458690. OLE color: 10458690.

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

Color convert

RGB 66 150 159 -
CMYK 0.58 0.06 0 0.38
HSL 185.81º 0.41% 0.44% -
HSV(B) 185.81º 0.58% 0.62% -
XYZ 19.41 25.47 36.69 -
YUV 125.91 146.67 85.27 -
System Red Green Blue C M Y K H S L
Decimal 66 150 159 0.58 0.06 0 0.38 185.81 0.41 0.44
Hex 42 96 9F 3A 6 0 26 BA 29 2C
Octal 102 226 237 72 6 0 46 272 51 54
Binary 1000010 10010110 10011111 111010 110 0 100110 10111010 101001 101100

Color Harmonies of #42969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42969F

Black with #42969F

Text Example


Text Example

White with #42969F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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