Html Css Color HEX #428493 Hippie Blue

📋 copy color: '#428493'

red 66 ◦ green 132 ◦ blue 147

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

Shades of Hippie Blue #428493

Tints of Hippie Blue #428493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.61%

R = 19.13%
G = 38.26%
B = 42.61%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#428493 (or 0x428493) is known color: Hippie Blue. HEX triplet: 42, 84 and 93. RGB value is (66,132,147). Sum of RGB (Red+Green+Blue) = 66+132+147=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #428493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428493 is #BD7B6C. Grayscale: #717171. Windows color (decimal): -12417901 or 9667650. OLE color: 9667650.

HSL color Cylindrical-coordinate representation of color #428493: hue angle of 191.11º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428493 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 132 147 -
CMYK 0.55 0.10 0 0.42
HSL 191.11º 0.38% 0.42% -
HSV(B) 191.11º 0.55% 0.58% -
XYZ 15.76 19.77 30.59 -
YUV 113.98 146.63 93.78 -
System Red Green Blue C M Y K H S L
Decimal 66 132 147 0.55 0.10 0 0.42 191.11 0.38 0.42
Hex 42 84 93 37 A 0 2A BF 26 2A
Octal 102 204 223 67 12 0 52 277 46 52
Binary 1000010 10000100 10010011 110111 1010 0 101010 10111111 100110 101010

Color Harmonies of #428493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428493

Black with #428493

Text Example


Text Example

White with #428493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428493; }

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

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

background-color css

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

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

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

border-color css

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

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

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