#458599

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

Shades of Hippie Blue #458599

Tints of Hippie Blue #458599

Color information

#458599 (or 0x458599) is unknown color: approx Hippie Blue. HEX triplet: 45, 85 and 99. RGB value is (69,133,153). Sum of RGB (Red+Green+Blue) = 69+133+153=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #458599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458599 is #BA7A66. Grayscale: #747474. Windows color (decimal): -12221031 or 10061125. OLE color: 10061125.

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

Color convert

RGB69133153-
CMYK0.550.1300.4
HSL194.29º37.84%43.53%-
HSV(B)194.29º54.9%60%-
XYZ16.5920.3433.19-
YUV116.14148.894.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.44%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=19.44%
G=37.46%
B=43.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691331530.550.1300.4194.2937.8443.53
Hex45859937D028c2262c
Octal10520523167150503024654
Binary100010110000101100110011101111101010100011000010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458599; }

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

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

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

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

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

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

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

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