#458396

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

Shades of Hippie Blue #458396

Tints of Hippie Blue #458396

Color information

#458396 (or 0x458396) is unknown color: approx Hippie Blue. HEX triplet: 45, 83 and 96. RGB value is (69,131,150). Sum of RGB (Red+Green+Blue) = 69+131+150=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #458396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458396 is #BA7C69. Grayscale: #727272. Windows color (decimal): -12221546 or 9864005. OLE color: 9864005.

HSL color Cylindrical-coordinate representation of color #458396: hue angle of 194.07º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #458396 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB69131150-
CMYK0.540.1300.41
HSL194.07º36.99%42.94%-
HSV(B)194.07º54%58.82%-
XYZ16.0819.731.81-
YUV114.63147.9695.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.71%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=19.71%
G=37.43%
B=42.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal691311500.540.1300.41194.0736.9942.94
Hex45839636D029c2252b
Octal10520322666150513024553
Binary100010110000011100101101101101101010100111000010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458396; }

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

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

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

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

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

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

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

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