Html Css Color HEX #428993 Blue Chill

📋 copy color: '#428993'

red 66 ◦ green 137 ◦ blue 147

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

Shades of Blue Chill #428993

Tints of Blue Chill #428993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.14%

 BLUE value IS 147 (57.81% from 255) = 42%

R = 18.86%
G = 39.14%
B = 42%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#428993 (or 0x428993) is known color: Blue Chill. HEX triplet: 42, 89 and 93. RGB value is (66,137,147). Sum of RGB (Red+Green+Blue) = 66+137+147=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #428993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428993 is #BD766C. Grayscale: #747474. Windows color (decimal): -12416621 or 9668930. OLE color: 9668930.

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

Color convert

RGB 66 137 147 -
CMYK 0.55 0.07 0 0.42
HSL 187.41º 0.38% 0.42% -
HSV(B) 187.41º 0.55% 0.58% -
XYZ 16.46 21.16 30.82 -
YUV 116.91 144.98 91.69 -
System Red Green Blue C M Y K H S L
Decimal 66 137 147 0.55 0.07 0 0.42 187.41 0.38 0.42
Hex 42 89 93 37 7 0 2A BB 26 2A
Octal 102 211 223 67 7 0 52 273 46 52
Binary 1000010 10001001 10010011 110111 111 0 101010 10111011 100110 101010

Color Harmonies of #428993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428993

Black with #428993

Text Example


Text Example

White with #428993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428993; }

 p { color: rgb(66,137,147); }

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

background-color css

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

 a { background-color: rgb(66,137,147); }

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

border-color css

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

 span { border-color: rgb(66,137,147); }

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