#458593

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

Shades of Hippie Blue #458593

Tints of Hippie Blue #458593

Color information

#458593 (or 0x458593) is unknown color: approx Hippie Blue. HEX triplet: 45, 85 and 93. RGB value is (69,133,147). Sum of RGB (Red+Green+Blue) = 69+133+147=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #458593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458593 is #BA7A6C. Grayscale: #737373. Windows color (decimal): -12221037 or 9667909. OLE color: 9667909.

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

Color convert

RGB69133147-
CMYK0.530.1000.42
HSL190.77º36.11%42.35%-
HSV(B)190.77º53.06%57.65%-
XYZ16.1120.1530.64-
YUV115.46145.894.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.77%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=19.77%
G=38.11%
B=42.12%

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
Decimal691331470.530.1000.42190.7736.1142.35
Hex45859335A02Abf242a
Octal10520522365120522774452
Binary100010110000101100100111101011010010101010111111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458593; }

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

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

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

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

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

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

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

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