Html Css Color HEX #428A92 Blue Chill

📋 copy color: '#428A92'

red 66 ◦ green 138 ◦ blue 146

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

Shades of Blue Chill #428A92

Tints of Blue Chill #428A92

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.43%

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

R = 18.86%
G = 39.43%
B = 41.71%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#428A92 (or 0x428A92) is known color: Blue Chill. HEX triplet: 42, 8A and 92. RGB value is (66,138,146). Sum of RGB (Red+Green+Blue) = 66+138+146=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #428A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428A92 is #BD756D. Grayscale: #757575. Windows color (decimal): -12416366 or 9603650. OLE color: 9603650.

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

Color convert

RGB 66 138 146 -
CMYK 0.55 0.05 0 0.43
HSL 186º 0.38% 0.42% -
HSV(B) 186º 0.55% 0.57% -
XYZ 16.52 21.41 30.46 -
YUV 117.38 144.15 91.35 -
System Red Green Blue C M Y K H S L
Decimal 66 138 146 0.55 0.05 0 0.43 186 0.38 0.42
Hex 42 8A 92 37 5 0 2B BA 26 2A
Octal 102 212 222 67 5 0 53 272 46 52
Binary 1000010 10001010 10010010 110111 101 0 101011 10111010 100110 101010

Color Harmonies of #428A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A92

Black with #428A92

Text Example


Text Example

White with #428A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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