#458590

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

Shades of Hippie Blue #458590

Tints of Hippie Blue #458590

Color information

#458590 (or 0x458590) is unknown color: approx Hippie Blue. HEX triplet: 45, 85 and 90. RGB value is (69,133,144). Sum of RGB (Red+Green+Blue) = 69+133+144=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #458590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458590 is #BA7A6F. Grayscale: #737373. Windows color (decimal): -12221040 or 9471301. OLE color: 9471301.

HSL color Cylindrical-coordinate representation of color #458590: hue angle of 188.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #458590 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB69133144-
CMYK0.520.0800.44
HSL188.8º35.21%41.76%-
HSV(B)188.8º52.08%56.47%-
XYZ15.8820.0529.42-
YUV115.12144.395.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 144 (56.64% from 255) = 41.62%
R=19.94%
G=38.44%
B=41.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691331440.520.0800.44188.835.2141.76
Hex45859034802Cbd232a
Octal10520522064100542754352
Binary100010110000101100100001101001000010110010111101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458590; }

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

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

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

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

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

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

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

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