#458390

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

Shades of Hippie Blue #458390

Tints of Hippie Blue #458390

Color information

#458390 (or 0x458390) is unknown color: approx Hippie Blue. HEX triplet: 45, 83 and 90. RGB value is (69,131,144). Sum of RGB (Red+Green+Blue) = 69+131+144=344 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.06% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #458390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458390 is #BA7C6F. Grayscale: #717171. Windows color (decimal): -12221552 or 9470789. OLE color: 9470789.

HSL color Cylindrical-coordinate representation of color #458390: hue angle of 190.4º 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 #458390 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB69131144-
CMYK0.520.0900.44
HSL190.4º35.21%41.76%-
HSV(B)190.4º52.08%56.47%-
XYZ15.619.5129.33-
YUV113.94144.9695.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.06%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=20.06%
G=38.08%
B=41.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691311440.520.0900.44190.435.2141.76
Hex45839034902Cbe232a
Octal10520322064110542764352
Binary100010110000011100100001101001001010110010111110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458390; }

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

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

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

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

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

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

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

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