#458399

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

Shades of Hippie Blue #458399

Tints of Hippie Blue #458399

Color information

#458399 (or 0x458399) is unknown color: approx Hippie Blue. HEX triplet: 45, 83 and 99. RGB value is (69,131,153). Sum of RGB (Red+Green+Blue) = 69+131+153=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #458399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458399 is #BA7C66. Grayscale: #727272. Windows color (decimal): -12221543 or 10060613. OLE color: 10060613.

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

Color convert

RGB69131153-
CMYK0.550.1400.4
HSL195.71º37.84%43.53%-
HSV(B)195.71º54.9%60%-
XYZ16.3219.833.1-
YUV114.97149.4695.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.55%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 153 (60.16% from 255) = 43.34%
R=19.55%
G=37.11%
B=43.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691311530.550.1400.4195.7137.8443.53
Hex45839937E028c4262c
Octal10520323167160503044654
Binary100010110000011100110011101111110010100011000100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458399; }

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

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

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

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

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

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

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

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