#45879D

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

Shades of Hippie Blue #45879D

Tints of Hippie Blue #45879D

Color information

#45879D (or 0x45879D) is unknown color: approx Hippie Blue. HEX triplet: 45, 87 and 9D. RGB value is (69,135,157). Sum of RGB (Red+Green+Blue) = 69+135+157=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #45879D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45879D is #BA7862. Grayscale: #757575. Windows color (decimal): -12220515 or 10323781. OLE color: 10323781.

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

Color convert

RGB69135157-
CMYK0.560.1400.38
HSL195º38.94%44.31%-
HSV(B)195º56.05%61.57%-
XYZ17.221.0335.05-
YUV117.77150.1393.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.11%
GREEN value IS 135 (53.12% from 255) = 37.40%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=19.11%
G=37.40%
B=43.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691351570.560.1400.3819538.9444.31
Hex45879D38E026c3272c
Octal10520723570160463034754
Binary100010110000111100111011110001110010011011000011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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