#458E9D

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

Shades of Hippie Blue #458E9D

Tints of Hippie Blue #458E9D

Color information

#458E9D (or 0x458E9D) is unknown color: approx Hippie Blue. HEX triplet: 45, 8E and 9D. RGB value is (69,142,157). Sum of RGB (Red+Green+Blue) = 69+142+157=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #458E9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458E9D is #BA7162. Grayscale: #797979. Windows color (decimal): -12218723 or 10325573. OLE color: 10325573.

HSL color Cylindrical-coordinate representation of color #458E9D: hue angle of 190.23º 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 #458E9D is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB69142157-
CMYK0.560.1000.38
HSL190.23º38.94%44.31%-
HSV(B)190.23º56.05%61.57%-
XYZ18.2123.0535.39-
YUV121.88147.8290.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 142 (55.86% from 255) = 38.59%
BLUE value IS 157 (61.72% from 255) = 42.66%
R=18.75%
G=38.59%
B=42.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691421570.560.1000.38190.2338.9444.31
Hex458E9D38A026be272c
Octal10521623570120462764754
Binary100010110001110100111011110001010010011010111110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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