Html Css Color HEX #428490 Hippie Blue

📋 copy color: '#428490'

red 66 ◦ green 132 ◦ blue 144

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

Shades of Hippie Blue #428490

Tints of Hippie Blue #428490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.6%

 BLUE value IS 144 (56.64% from 255) = 42.11%

R = 19.3%
G = 38.6%
B = 42.11%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#428490 (or 0x428490) is known color: Hippie Blue. HEX triplet: 42, 84 and 90. RGB value is (66,132,144). Sum of RGB (Red+Green+Blue) = 66+132+144=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #428490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428490 is #BD7B6F. Grayscale: #717171. Windows color (decimal): -12417904 or 9471042. OLE color: 9471042.

HSL color Cylindrical-coordinate representation of color #428490: hue angle of 189.23º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428490 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 132 144 -
CMYK 0.54 0.08 0 0.44
HSL 189.23º 0.37% 0.41% -
HSV(B) 189.23º 0.54% 0.56% -
XYZ 15.53 19.67 29.36 -
YUV 113.63 145.13 94.02 -
System Red Green Blue C M Y K H S L
Decimal 66 132 144 0.54 0.08 0 0.44 189.23 0.37 0.41
Hex 42 84 90 36 8 0 2C BD 25 29
Octal 102 204 220 66 10 0 54 275 45 51
Binary 1000010 10000100 10010000 110110 1000 0 101100 10111101 100101 101001

Color Harmonies of #428490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428490

Black with #428490

Text Example


Text Example

White with #428490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428490; }

 p { color: rgb(66,132,144); }

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

background-color css

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

 a { background-color: rgb(66,132,144); }

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

border-color css

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

 span { border-color: rgb(66,132,144); }

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