Html Css Color HEX #428CA0 Hippie Blue

📋 copy color: '#428CA0'

red 66 ◦ green 140 ◦ blue 160

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

Shades of Hippie Blue #428CA0

Tints of Hippie Blue #428CA0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.25%

 BLUE value IS 160 (62.89% from 255) = 43.72%

R = 18.03%
G = 38.25%
B = 43.72%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#428CA0 (or 0x428CA0) is known color: Hippie Blue. HEX triplet: 42, 8C and A0. RGB value is (66,140,160). Sum of RGB (Red+Green+Blue) = 66+140+160=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 160 - color contains mainly: blue. Hex color #428CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428CA0 is #BD735F. Grayscale: #787878. Windows color (decimal): -12415840 or 10521666. OLE color: 10521666.

HSL color Cylindrical-coordinate representation of color #428CA0: hue angle of 192.77º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #428CA0 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 140 160 -
CMYK 0.59 0.12 0 0.37
HSL 192.77º 0.42% 0.44% -
HSV(B) 192.77º 0.59% 0.63% -
XYZ 17.97 22.45 36.64 -
YUV 120.15 150.48 89.37 -
System Red Green Blue C M Y K H S L
Decimal 66 140 160 0.59 0.12 0 0.37 192.77 0.42 0.44
Hex 42 8C A0 3B C 0 25 C1 2A 2C
Octal 102 214 240 73 14 0 45 301 52 54
Binary 1000010 10001100 10100000 111011 1100 0 100101 11000001 101010 101100

Color Harmonies of #428CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428CA0

Black with #428CA0

Text Example


Text Example

White with #428CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,140,160); }

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

background-color css

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

 a { background-color: rgb(66,140,160); }

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

border-color css

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

 span { border-color: rgb(66,140,160); }

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