#458E99

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

Shades of Hippie Blue #458E99

Tints of Hippie Blue #458E99

Color information

#458E99 (or 0x458E99) is unknown color: approx Hippie Blue. HEX triplet: 45, 8E and 99. RGB value is (69,142,153). Sum of RGB (Red+Green+Blue) = 69+142+153=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #458E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458E99 is #BA7166. Grayscale: #797979. Windows color (decimal): -12218727 or 10063429. OLE color: 10063429.

HSL color Cylindrical-coordinate representation of color #458E99: hue angle of 187.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 #458E99 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB69142153-
CMYK0.550.0700.4
HSL187.86º37.84%43.53%-
HSV(B)187.86º54.9%60%-
XYZ17.8822.9133.62-
YUV121.43145.8290.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.96%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 153 (60.16% from 255) = 42.03%
R=18.96%
G=39.01%
B=42.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691421530.550.0700.4187.8637.8443.53
Hex458E99377028bc262c
Octal1052162316770502744654
Binary10001011000111010011001110111111010100010111100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458E99; }

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

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

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

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

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

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

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

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