#45899D

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

Shades of Hippie Blue #45899D

Tints of Hippie Blue #45899D

Color information

#45899D (or 0x45899D) is unknown color: approx Hippie Blue. HEX triplet: 45, 89 and 9D. RGB value is (69,137,157). Sum of RGB (Red+Green+Blue) = 69+137+157=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #45899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45899D is #BA7662. Grayscale: #767676. Windows color (decimal): -12220003 or 10324293. OLE color: 10324293.

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

Color convert

RGB69137157-
CMYK0.560.1300.38
HSL193.64º38.94%44.31%-
HSV(B)193.64º56.05%61.57%-
XYZ17.4921.5935.14-
YUV118.95149.4792.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.01%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=19.01%
G=37.74%
B=43.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691371570.560.1300.38193.6438.9444.31
Hex45899D38D026c2272c
Octal10521123570150463024754
Binary100010110001001100111011110001101010011011000010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45899D; }

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

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

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

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

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

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

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

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