#458099

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

Shades of Hippie Blue #458099

Tints of Hippie Blue #458099

Color information

#458099 (or 0x458099) is unknown color: approx Hippie Blue. HEX triplet: 45, 80 and 99. RGB value is (69,128,153). Sum of RGB (Red+Green+Blue) = 69+128+153=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #458099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458099 is #BA7F66. Grayscale: #717171. Windows color (decimal): -12222311 or 10059845. OLE color: 10059845.

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

Color convert

RGB69128153-
CMYK0.550.1600.4
HSL197.86º37.84%43.53%-
HSV(B)197.86º54.9%60%-
XYZ15.921932.97-
YUV113.21150.4596.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.71%
GREEN value IS 128 (50.39% from 255) = 36.57%
BLUE value IS 153 (60.16% from 255) = 43.71%
R=19.71%
G=36.57%
B=43.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691281530.550.1600.4197.8637.8443.53
Hex4580993710028c6262c
Octal10520023167200503064654
Binary1000101100000001001100111011110000010100011000110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458099; }

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

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

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

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

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

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

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

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