#458E98

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

Shades of Hippie Blue #458E98

Tints of Hippie Blue #458E98

Color information

#458E98 (or 0x458E98) is unknown color: approx Hippie Blue. HEX triplet: 45, 8E and 98. RGB value is (69,142,152). Sum of RGB (Red+Green+Blue) = 69+142+152=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #458E98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458E98 is #BA7167. Grayscale: #797979. Windows color (decimal): -12218728 or 9997893. OLE color: 9997893.

HSL color Cylindrical-coordinate representation of color #458E98: hue angle of 187.23º 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 #458E98 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB69142152-
CMYK0.550.0700.40
HSL187.23º37.56%43.33%-
HSV(B)187.23º54.61%59.61%-
XYZ17.7922.8833.18-
YUV121.31145.3290.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.01%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 152 (59.77% from 255) = 41.87%
R=19.01%
G=39.12%
B=41.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal691421520.550.0700.40187.2337.5643.33
Hex458E98377028bb262b
Octal1052162306770502734653
Binary10001011000111010011000110111111010100010111011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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