#458498

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

Shades of Hippie Blue #458498

Tints of Hippie Blue #458498

Color information

#458498 (or 0x458498) is unknown color: approx Hippie Blue. HEX triplet: 45, 84 and 98. RGB value is (69,132,152). Sum of RGB (Red+Green+Blue) = 69+132+152=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #458498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458498 is #BA7B67. Grayscale: #737373. Windows color (decimal): -12221288 or 9995333. OLE color: 9995333.

HSL color Cylindrical-coordinate representation of color #458498: hue angle of 194.46º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #458498 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB69132152-
CMYK0.550.1300.40
HSL194.46º37.56%43.33%-
HSV(B)194.46º54.61%59.61%-
XYZ16.3720.0332.71-
YUV115.44148.6394.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.55%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 152 (59.77% from 255) = 43.06%
R=19.55%
G=37.39%
B=43.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal691321520.550.1300.40194.4637.5643.33
Hex45849837D028c2262b
Octal10520423067150503024653
Binary100010110000100100110001101111101010100011000010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458498; }

 p { color: rgb(69,132,152); }

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

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

 a { background-color: rgb(69,132,152); }

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

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

 span { border-color: rgb(69,132,152); }

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