#458493

Color #458493 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #458493

Tints of Hippie Blue #458493

Color information

#458493 (or 0x458493) is unknown color: approx Hippie Blue. HEX triplet: 45, 84 and 93. RGB value is (69,132,147). Sum of RGB (Red+Green+Blue) = 69+132+147=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #458493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458493 is #BA7B6C. Grayscale: #727272. Windows color (decimal): -12221293 or 9667653. OLE color: 9667653.

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

Color convert

RGB69132147-
CMYK0.530.1000.42
HSL191.54º36.11%42.35%-
HSV(B)191.54º53.06%57.65%-
XYZ15.9719.8730.6-
YUV114.87146.1395.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.83%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=19.83%
G=37.93%
B=42.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691321470.530.1000.42191.5436.1142.35
Hex45849335A02Ac0242a
Octal10520422365120523004452
Binary100010110000100100100111101011010010101011000000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458493; }

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

 H1.HeaderClassName
 {
   color: #458493;
 }
 .AnyTagClassName
 {
   color: #458493;
 }
</style>
background-color css

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

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

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

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

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

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