#458B9D

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

Shades of Hippie Blue #458B9D

Tints of Hippie Blue #458B9D

Color information

#458B9D (or 0x458B9D) is unknown color: approx Hippie Blue. HEX triplet: 45, 8B and 9D. RGB value is (69,139,157). Sum of RGB (Red+Green+Blue) = 69+139+157=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #458B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458B9D is #BA7462. Grayscale: #777777. Windows color (decimal): -12219491 or 10324805. OLE color: 10324805.

HSL color Cylindrical-coordinate representation of color #458B9D: hue angle of 192.27º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #458B9D is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB69139157-
CMYK0.560.1100.38
HSL192.27º38.94%44.31%-
HSV(B)192.27º56.05%61.57%-
XYZ17.7722.1635.24-
YUV120.12148.8191.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.90%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=18.90%
G=38.08%
B=43.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691391570.560.1100.38192.2738.9444.31
Hex458B9D38B026c0272c
Octal10521323570130463004754
Binary100010110001011100111011110001011010011011000000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458B9D; }

 p { color: rgb(69,139,157); }

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

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

 a { background-color: rgb(69,139,157); }

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

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

 span { border-color: rgb(69,139,157); }

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