#457E9C

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

Shades of Hippie Blue #457E9C

Tints of Hippie Blue #457E9C

Color information

#457E9C (or 0x457E9C) is unknown color: approx Hippie Blue. HEX triplet: 45, 7E and 9C. RGB value is (69,126,156). Sum of RGB (Red+Green+Blue) = 69+126+156=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #457E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457E9C is #BA8163. Grayscale: #707070. Windows color (decimal): -12222820 or 10255941. OLE color: 10255941.

HSL color Cylindrical-coordinate representation of color #457E9C: hue angle of 200.69º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #457E9C is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB69126156-
CMYK0.560.1900.39
HSL200.69º38.67%44.12%-
HSV(B)200.69º55.77%61.18%-
XYZ15.9218.5934.2-
YUV112.38152.6297.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.66%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 156 (61.33% from 255) = 44.44%
R=19.66%
G=35.90%
B=44.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691261560.560.1900.39200.6938.6744.12
Hex457E9C3813027c9272c
Octal10517623470230473114754
Binary100010111111101001110011100010011010011111001001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457E9C; }

 p { color: rgb(69,126,156); }

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

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

 a { background-color: rgb(69,126,156); }

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

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

 span { border-color: rgb(69,126,156); }

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