Html Css Color HEX #428791 Blue Chill

📋 copy color: '#428791'

red 66 ◦ green 135 ◦ blue 145

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

Shades of Blue Chill #428791

Tints of Blue Chill #428791

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.02%

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

R = 19.08%
G = 39.02%
B = 41.91%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#428791 (or 0x428791) is known color: Blue Chill. HEX triplet: 42, 87 and 91. RGB value is (66,135,145). Sum of RGB (Red+Green+Blue) = 66+135+145=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #428791 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428791 is #BD786E. Grayscale: #737373. Windows color (decimal): -12417135 or 9537346. OLE color: 9537346.

HSL color Cylindrical-coordinate representation of color #428791: hue angle of 187.59º 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 #428791 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 135 145 -
CMYK 0.54 0.07 0 0.43
HSL 187.59º 0.37% 0.41% -
HSV(B) 187.59º 0.54% 0.57% -
XYZ 16.02 20.53 29.91 -
YUV 115.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 66 135 145 0.54 0.07 0 0.43 187.59 0.37 0.41
Hex 42 87 91 36 7 0 2B BC 25 29
Octal 102 207 221 66 7 0 53 274 45 51
Binary 1000010 10000111 10010001 110110 111 0 101011 10111100 100101 101001

Color Harmonies of #428791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428791

Black with #428791

Text Example


Text Example

White with #428791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428791; }

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

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

background-color css

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

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

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

border-color css

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

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

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