Html Css Color HEX #428899 Hippie Blue

📋 copy color: '#428899'

red 66 ◦ green 136 ◦ blue 153

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

Shades of Hippie Blue #428899

Tints of Hippie Blue #428899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.1%

R = 18.59%
G = 38.31%
B = 43.1%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#428899 (or 0x428899) is known color: Hippie Blue. HEX triplet: 42, 88 and 99. RGB value is (66,136,153). Sum of RGB (Red+Green+Blue) = 66+136+153=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #428899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428899 is #BD7766. Grayscale: #747474. Windows color (decimal): -12416871 or 10061890. OLE color: 10061890.

HSL color Cylindrical-coordinate representation of color #428899: hue angle of 191.72º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #428899 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 136 153 -
CMYK 0.57 0.11 0 0.4
HSL 191.72º 0.4% 0.43% -
HSV(B) 191.72º 0.57% 0.6% -
XYZ 16.8 21.07 33.32 -
YUV 117.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 66 136 153 0.57 0.11 0 0.4 191.72 0.4 0.43
Hex 42 88 99 39 B 0 28 C0 28 2B
Octal 102 210 231 71 13 0 50 300 50 53
Binary 1000010 10001000 10011001 111001 1011 0 101000 11000000 101000 101011

Color Harmonies of #428899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428899

Black with #428899

Text Example


Text Example

White with #428899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428899; }

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

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

background-color css

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

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

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

border-color css

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

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

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