Html Css Color HEX #42929B Blue Chill

📋 copy color: '#42929B'

red 66 ◦ green 146 ◦ blue 155

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

Shades of Blue Chill #42929B

Tints of Blue Chill #42929B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.78%

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

R = 17.98%
G = 39.78%
B = 42.23%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42929B (or 0x42929B) is known color: Blue Chill. HEX triplet: 42, 92 and 9B. RGB value is (66,146,155). Sum of RGB (Red+Green+Blue) = 66+146+155=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #42929B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42929B is #BD6D64. Grayscale: #7A7A7A. Windows color (decimal): -12414309 or 10195522. OLE color: 10195522.

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

Color convert

RGB 66 146 155 -
CMYK 0.57 0.06 0 0.39
HSL 186.07º 0.4% 0.43% -
HSV(B) 186.07º 0.57% 0.61% -
XYZ 18.44 24.08 34.69 -
YUV 123.11 146 87.27 -
System Red Green Blue C M Y K H S L
Decimal 66 146 155 0.57 0.06 0 0.39 186.07 0.4 0.43
Hex 42 92 9B 39 6 0 27 BA 28 2B
Octal 102 222 233 71 6 0 47 272 50 53
Binary 1000010 10010010 10011011 111001 110 0 100111 10111010 101000 101011

Color Harmonies of #42929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42929B

Black with #42929B

Text Example


Text Example

White with #42929B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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