Html Css Color HEX #428BA0 Hippie Blue

📋 copy color: '#428BA0'

red 66 ◦ green 139 ◦ blue 160

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

Shades of Hippie Blue #428BA0

Tints of Hippie Blue #428BA0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.08%

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

R = 18.08%
G = 38.08%
B = 43.84%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#428BA0 (or 0x428BA0) is known color: Hippie Blue. HEX triplet: 42, 8B and A0. RGB value is (66,139,160). Sum of RGB (Red+Green+Blue) = 66+139+160=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 160 - color contains mainly: blue. Hex color #428BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428BA0 is #BD745F. Grayscale: #777777. Windows color (decimal): -12416096 or 10521410. OLE color: 10521410.

HSL color Cylindrical-coordinate representation of color #428BA0: hue angle of 193.4º 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 #428BA0 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 139 160 -
CMYK 0.59 0.13 0 0.37
HSL 193.4º 0.42% 0.44% -
HSV(B) 193.4º 0.59% 0.63% -
XYZ 17.82 22.16 36.6 -
YUV 119.57 150.82 89.79 -
System Red Green Blue C M Y K H S L
Decimal 66 139 160 0.59 0.13 0 0.37 193.4 0.42 0.44
Hex 42 8B A0 3B D 0 25 C1 2A 2C
Octal 102 213 240 73 15 0 45 301 52 54
Binary 1000010 10001011 10100000 111011 1101 0 100101 11000001 101010 101100

Color Harmonies of #428BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428BA0

Black with #428BA0

Text Example


Text Example

White with #428BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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