Html Css Color HEX #428199 Hippie Blue

📋 copy color: '#428199'

red 66 ◦ green 129 ◦ blue 153

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

Shades of Hippie Blue #428199

Tints of Hippie Blue #428199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.07%

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

R = 18.97%
G = 37.07%
B = 43.97%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#428199 (or 0x428199) is known color: Hippie Blue. HEX triplet: 42, 81 and 99. RGB value is (66,129,153). Sum of RGB (Red+Green+Blue) = 66+129+153=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #428199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428199 is #BD7E66. Grayscale: #707070. Windows color (decimal): -12418663 or 10060098. OLE color: 10060098.

HSL color Cylindrical-coordinate representation of color #428199: hue angle of 196.55º 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 #428199 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 129 153 -
CMYK 0.57 0.16 0 0.4
HSL 196.55º 0.4% 0.43% -
HSV(B) 196.55º 0.57% 0.6% -
XYZ 15.85 19.16 33 -
YUV 112.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 66 129 153 0.57 0.16 0 0.4 196.55 0.4 0.43
Hex 42 81 99 39 10 0 28 C5 28 2B
Octal 102 201 231 71 20 0 50 305 50 53
Binary 1000010 10000001 10011001 111001 10000 0 101000 11000101 101000 101011

Color Harmonies of #428199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428199

Black with #428199

Text Example


Text Example

White with #428199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428199; }

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

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

background-color css

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

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

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

border-color css

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

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

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