#458299

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

Shades of Hippie Blue #458299

Tints of Hippie Blue #458299

Color information

#458299 (or 0x458299) is unknown color: approx Hippie Blue. HEX triplet: 45, 82 and 99. RGB value is (69,130,153). Sum of RGB (Red+Green+Blue) = 69+130+153=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #458299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458299 is #BA7D66. Grayscale: #727272. Windows color (decimal): -12221799 or 10060357. OLE color: 10060357.

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

Color convert

RGB69130153-
CMYK0.550.1500.4
HSL196.43º37.84%43.53%-
HSV(B)196.43º54.9%60%-
XYZ16.1919.5333.05-
YUV114.38149.7995.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.60%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 153 (60.16% from 255) = 43.47%
R=19.60%
G=36.93%
B=43.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691301530.550.1500.4196.4337.8443.53
Hex45829937F028c4262c
Octal10520223167170503044654
Binary100010110000010100110011101111111010100011000100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458299; }

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

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

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

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

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

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

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

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