#45859B

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

Shades of Hippie Blue #45859B

Tints of Hippie Blue #45859B

Color information

#45859B (or 0x45859B) is unknown color: approx Hippie Blue. HEX triplet: 45, 85 and 9B. RGB value is (69,133,155). Sum of RGB (Red+Green+Blue) = 69+133+155=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #45859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45859B is #BA7A64. Grayscale: #747474. Windows color (decimal): -12221029 or 10192197. OLE color: 10192197.

HSL color Cylindrical-coordinate representation of color #45859B: hue angle of 195.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45859B is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB69133155-
CMYK0.550.1400.39
HSL195.35º38.39%43.92%-
HSV(B)195.35º55.48%60.78%-
XYZ16.7620.4134.07-
YUV116.37149.894.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.33%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=19.33%
G=37.25%
B=43.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691331550.550.1400.39195.3538.3943.92
Hex45859B37E027c3262c
Octal10520523367160473034654
Binary100010110000101100110111101111110010011111000011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45859B; }

 p { color: rgb(69,133,155); }

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

<style>
 a { background-color: #45859B; }

 a { background-color: rgb(69,133,155); }

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

<style>
 span { border-color: #45859B; }

 span { border-color: rgb(69,133,155); }

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