Html Css Color HEX #42919B Blue Chill

📋 copy color: '#42919B'

red 66 ◦ green 145 ◦ blue 155

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

Shades of Blue Chill #42919B

Tints of Blue Chill #42919B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.62%

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

R = 18.03%
G = 39.62%
B = 42.35%

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

#42919B (or 0x42919B) is known color: Blue Chill. HEX triplet: 42, 91 and 9B. RGB value is (66,145,155). Sum of RGB (Red+Green+Blue) = 66+145+155=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #42919B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42919B is #BD6E64. Grayscale: #7A7A7A. Windows color (decimal): -12414565 or 10195266. OLE color: 10195266.

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

Color convert

RGB 66 145 155 -
CMYK 0.57 0.06 0 0.39
HSL 186.74º 0.4% 0.43% -
HSV(B) 186.74º 0.57% 0.61% -
XYZ 18.29 23.78 34.64 -
YUV 122.52 146.33 87.69 -
System Red Green Blue C M Y K H S L
Decimal 66 145 155 0.57 0.06 0 0.39 186.74 0.4 0.43
Hex 42 91 9B 39 6 0 27 BB 28 2B
Octal 102 221 233 71 6 0 47 273 50 53
Binary 1000010 10010001 10011011 111001 110 0 100111 10111011 101000 101011

Color Harmonies of #42919B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42919B

Black with #42919B

Text Example


Text Example

White with #42919B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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