#458393

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

Shades of Hippie Blue #458393

Tints of Hippie Blue #458393

Color information

#458393 (or 0x458393) is unknown color: approx Hippie Blue. HEX triplet: 45, 83 and 93. RGB value is (69,131,147). Sum of RGB (Red+Green+Blue) = 69+131+147=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #458393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458393 is #BA7C6C. Grayscale: #727272. Windows color (decimal): -12221549 or 9667397. OLE color: 9667397.

HSL color Cylindrical-coordinate representation of color #458393: hue angle of 192.31º 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 #458393 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB69131147-
CMYK0.530.1100.42
HSL192.31º36.11%42.35%-
HSV(B)192.31º53.06%57.65%-
XYZ15.8419.630.55-
YUV114.29146.4695.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.88%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 147 (57.81% from 255) = 42.36%
R=19.88%
G=37.75%
B=42.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691311470.530.1100.42192.3136.1142.35
Hex45839335B02Ac0242a
Octal10520322365130523004452
Binary100010110000011100100111101011011010101011000000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458393; }

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

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

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

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

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

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

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

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