#458799

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

Shades of Hippie Blue #458799

Tints of Hippie Blue #458799

Color information

#458799 (or 0x458799) is unknown color: approx Hippie Blue. HEX triplet: 45, 87 and 99. RGB value is (69,135,153). Sum of RGB (Red+Green+Blue) = 69+135+153=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #458799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458799 is #BA7866. Grayscale: #757575. Windows color (decimal): -12220519 or 10061637. OLE color: 10061637.

HSL color Cylindrical-coordinate representation of color #458799: hue angle of 192.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #458799 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB69135153-
CMYK0.550.1200.4
HSL192.86º37.84%43.53%-
HSV(B)192.86º54.9%60%-
XYZ16.8720.8933.28-
YUV117.32148.1393.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.33%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=19.33%
G=37.82%
B=42.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691351530.550.1200.4192.8637.8443.53
Hex45879937C028c1262c
Octal10520723167140503014654
Binary100010110000111100110011101111100010100011000001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458799; }

 p { color: rgb(69,135,153); }

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

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

 a { background-color: rgb(69,135,153); }

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

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

 span { border-color: rgb(69,135,153); }

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