Html Css Color HEX #428F92 Blue Chill

📋 copy color: '#428F92'

red 66 ◦ green 143 ◦ blue 146

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

Shades of Blue Chill #428F92

Tints of Blue Chill #428F92

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.28%

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

R = 18.59%
G = 40.28%
B = 41.13%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#428F92 (or 0x428F92) is known color: Blue Chill. HEX triplet: 42, 8F and 92. RGB value is (66,143,146). Sum of RGB (Red+Green+Blue) = 66+143+146=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #428F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428F92 is #BD706D. Grayscale: #787878. Windows color (decimal): -12415086 or 9604930. OLE color: 9604930.

HSL color Cylindrical-coordinate representation of color #428F92: hue angle of 182.25º 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 #428F92 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 143 146 -
CMYK 0.55 0.02 0 0.43
HSL 182.25º 0.38% 0.42% -
HSV(B) 182.25º 0.55% 0.57% -
XYZ 17.26 22.88 30.7 -
YUV 120.32 142.49 89.26 -
System Red Green Blue C M Y K H S L
Decimal 66 143 146 0.55 0.02 0 0.43 182.25 0.38 0.42
Hex 42 8F 92 37 2 0 2B B6 26 2A
Octal 102 217 222 67 2 0 53 266 46 52
Binary 1000010 10001111 10010010 110111 10 0 101011 10110110 100110 101010

Color Harmonies of #428F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428F92

Black with #428F92

Text Example


Text Example

White with #428F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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