Html Css Color HEX #428890 Blue Chill

📋 copy color: '#428890'

red 66 ◦ green 136 ◦ blue 144

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

Shades of Blue Chill #428890

Tints of Blue Chill #428890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 19.08%
G = 39.31%
B = 41.62%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#428890 (or 0x428890) is known color: Blue Chill. HEX triplet: 42, 88 and 90. RGB value is (66,136,144). Sum of RGB (Red+Green+Blue) = 66+136+144=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #428890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428890 is #BD776F. Grayscale: #737373. Windows color (decimal): -12416880 or 9472066. OLE color: 9472066.

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

Color convert

RGB 66 136 144 -
CMYK 0.54 0.06 0 0.44
HSL 186.15º 0.37% 0.41% -
HSV(B) 186.15º 0.54% 0.56% -
XYZ 16.08 20.78 29.55 -
YUV 115.98 143.81 92.35 -
System Red Green Blue C M Y K H S L
Decimal 66 136 144 0.54 0.06 0 0.44 186.15 0.37 0.41
Hex 42 88 90 36 6 0 2C BA 25 29
Octal 102 210 220 66 6 0 54 272 45 51
Binary 1000010 10001000 10010000 110110 110 0 101100 10111010 100101 101001

Color Harmonies of #428890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428890

Black with #428890

Text Example


Text Example

White with #428890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428890; }

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

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

background-color css

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

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

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

border-color css

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

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

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