#458592

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

Shades of Hippie Blue #458592

Tints of Hippie Blue #458592

Color information

#458592 (or 0x458592) is unknown color: approx Hippie Blue. HEX triplet: 45, 85 and 92. RGB value is (69,133,146). Sum of RGB (Red+Green+Blue) = 69+133+146=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #458592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458592 is #BA7A6D. Grayscale: #737373. Windows color (decimal): -12221038 or 9602373. OLE color: 9602373.

HSL color Cylindrical-coordinate representation of color #458592: hue angle of 190.13º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #458592 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB69133146-
CMYK0.530.0900.43
HSL190.13º35.81%42.16%-
HSV(B)190.13º52.74%57.25%-
XYZ16.0320.1230.23-
YUV115.35145.394.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.83%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=19.83%
G=38.22%
B=41.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691331460.530.0900.43190.1335.8142.16
Hex45859235902Bbe242a
Octal10520522265110532764452
Binary100010110000101100100101101011001010101110111110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458592; }

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

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

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

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

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

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

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

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