Html Css Color HEX #428892 Blue Chill

📋 copy color: '#428892'

red 66 ◦ green 136 ◦ blue 146

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

Shades of Blue Chill #428892

Tints of Blue Chill #428892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.95%

R = 18.97%
G = 39.08%
B = 41.95%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#428892 (or 0x428892) is known color: Blue Chill. HEX triplet: 42, 88 and 92. RGB value is (66,136,146). Sum of RGB (Red+Green+Blue) = 66+136+146=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #428892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428892 is #BD776D. Grayscale: #747474. Windows color (decimal): -12416878 or 9603138. OLE color: 9603138.

HSL color Cylindrical-coordinate representation of color #428892: hue angle of 187.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428892 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 136 146 -
CMYK 0.55 0.07 0 0.43
HSL 187.5º 0.38% 0.42% -
HSV(B) 187.5º 0.55% 0.57% -
XYZ 16.24 20.84 30.36 -
YUV 116.21 144.81 92.19 -
System Red Green Blue C M Y K H S L
Decimal 66 136 146 0.55 0.07 0 0.43 187.5 0.38 0.42
Hex 42 88 92 37 7 0 2B BC 26 2A
Octal 102 210 222 67 7 0 53 274 46 52
Binary 1000010 10001000 10010010 110111 111 0 101011 10111100 100110 101010

Color Harmonies of #428892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428892

Black with #428892

Text Example


Text Example

White with #428892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428892; }

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

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

background-color css

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

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

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

border-color css

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

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

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