#4586A0

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

Shades of Hippie Blue #4586A0

Tints of Hippie Blue #4586A0

Color information

#4586A0 (or 0x4586A0) is unknown color: approx Hippie Blue. HEX triplet: 45, 86 and A0. RGB value is (69,134,160). Sum of RGB (Red+Green+Blue) = 69+134+160=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 160 - color contains mainly: blue. Hex color #4586A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4586A0 is #BA795F. Grayscale: #757575. Windows color (decimal): -12220768 or 10520133. OLE color: 10520133.

HSL color Cylindrical-coordinate representation of color #4586A0: hue angle of 197.14º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4586A0 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB69134160-
CMYK0.570.1600.37
HSL197.14º39.74%44.9%-
HSV(B)197.14º56.88%62.75%-
XYZ17.3220.8536.37-
YUV117.53151.9793.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.01%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 160 (62.89% from 255) = 44.08%
R=19.01%
G=36.91%
B=44.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691341600.570.1600.37197.1439.7444.9
Hex4586A03910025c5282d
Octal10520624071200453055055
Binary1000101100001101010000011100110000010010111000101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4586A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4586A0; }

 p { color: rgb(69,134,160); }

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

<style>
 a { background-color: #4586A0; }

 a { background-color: rgb(69,134,160); }

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

<style>
 span { border-color: #4586A0; }

 span { border-color: rgb(69,134,160); }

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