Html Css Color HEX #428799 Hippie Blue

📋 copy color: '#428799'

red 66 ◦ green 135 ◦ blue 153

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

Shades of Hippie Blue #428799

Tints of Hippie Blue #428799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.14%

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

R = 18.64%
G = 38.14%
B = 43.22%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#428799 (or 0x428799) is known color: Hippie Blue. HEX triplet: 42, 87 and 99. RGB value is (66,135,153). Sum of RGB (Red+Green+Blue) = 66+135+153=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #428799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428799 is #BD7866. Grayscale: #747474. Windows color (decimal): -12417127 or 10061634. OLE color: 10061634.

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

Color convert

RGB 66 135 153 -
CMYK 0.57 0.12 0 0.4
HSL 192.41º 0.4% 0.43% -
HSV(B) 192.41º 0.57% 0.6% -
XYZ 16.66 20.79 33.27 -
YUV 116.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 66 135 153 0.57 0.12 0 0.4 192.41 0.4 0.43
Hex 42 87 99 39 C 0 28 C0 28 2B
Octal 102 207 231 71 14 0 50 300 50 53
Binary 1000010 10000111 10011001 111001 1100 0 101000 11000000 101000 101011

Color Harmonies of #428799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428799

Black with #428799

Text Example


Text Example

White with #428799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428799; }

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

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

background-color css

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

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

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

border-color css

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

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

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