Html Css Color HEX #428891 Blue Chill

📋 copy color: '#428891'

red 66 ◦ green 136 ◦ blue 145

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

Shades of Blue Chill #428891

Tints of Blue Chill #428891

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

 BLUE value IS 145 (57.03% from 255) = 41.79%

R = 19.02%
G = 39.19%
B = 41.79%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#428891 (or 0x428891) is known color: Blue Chill. HEX triplet: 42, 88 and 91. RGB value is (66,136,145). Sum of RGB (Red+Green+Blue) = 66+136+145=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #428891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428891 is #BD776E. Grayscale: #737373. Windows color (decimal): -12416879 or 9537602. OLE color: 9537602.

HSL color Cylindrical-coordinate representation of color #428891: hue angle of 186.84º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428891 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 136 145 -
CMYK 0.54 0.06 0 0.43
HSL 186.84º 0.37% 0.41% -
HSV(B) 186.84º 0.54% 0.57% -
XYZ 16.16 20.81 29.95 -
YUV 116.1 144.31 92.27 -
System Red Green Blue C M Y K H S L
Decimal 66 136 145 0.54 0.06 0 0.43 186.84 0.37 0.41
Hex 42 88 91 36 6 0 2B BB 25 29
Octal 102 210 221 66 6 0 53 273 45 51
Binary 1000010 10001000 10010001 110110 110 0 101011 10111011 100101 101001

Color Harmonies of #428891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428891

Black with #428891

Text Example


Text Example

White with #428891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428891; }

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

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

background-color css

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

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

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

border-color css

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

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

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