Html Css Color HEX #428491 Hippie Blue

📋 copy color: '#428491'

red 66 ◦ green 132 ◦ blue 145

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

Shades of Hippie Blue #428491

Tints of Hippie Blue #428491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.27%

R = 19.24%
G = 38.48%
B = 42.27%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#428491 (or 0x428491) is known color: Hippie Blue. HEX triplet: 42, 84 and 91. RGB value is (66,132,145). Sum of RGB (Red+Green+Blue) = 66+132+145=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #428491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428491 is #BD7B6E. Grayscale: #717171. Windows color (decimal): -12417903 or 9536578. OLE color: 9536578.

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

Color convert

RGB 66 132 145 -
CMYK 0.54 0.09 0 0.43
HSL 189.87º 0.37% 0.41% -
HSV(B) 189.87º 0.54% 0.57% -
XYZ 15.61 19.71 29.77 -
YUV 113.75 145.63 93.94 -
System Red Green Blue C M Y K H S L
Decimal 66 132 145 0.54 0.09 0 0.43 189.87 0.37 0.41
Hex 42 84 91 36 9 0 2B BE 25 29
Octal 102 204 221 66 11 0 53 276 45 51
Binary 1000010 10000100 10010001 110110 1001 0 101011 10111110 100101 101001

Color Harmonies of #428491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428491

Black with #428491

Text Example


Text Example

White with #428491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428491; }

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

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

background-color css

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

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

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

border-color css

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

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

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