#458199

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

Shades of Hippie Blue #458199

Tints of Hippie Blue #458199

Color information

#458199 (or 0x458199) is unknown color: approx Hippie Blue. HEX triplet: 45, 81 and 99. RGB value is (69,129,153). Sum of RGB (Red+Green+Blue) = 69+129+153=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #458199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458199 is #BA7E66. Grayscale: #717171. Windows color (decimal): -12222055 or 10060101. OLE color: 10060101.

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

Color convert

RGB69129153-
CMYK0.550.1600.4
HSL197.14º37.84%43.53%-
HSV(B)197.14º54.9%60%-
XYZ16.0519.2733.01-
YUV113.8150.1296.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.66%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 153 (60.16% from 255) = 43.59%
R=19.66%
G=36.75%
B=43.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691291530.550.1600.4197.1437.8443.53
Hex4581993710028c5262c
Octal10520123167200503054654
Binary1000101100000011001100111011110000010100011000101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458199; }

 p { color: rgb(69,129,153); }

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

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

 a { background-color: rgb(69,129,153); }

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

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

 span { border-color: rgb(69,129,153); }

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