#4584A0

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

Shades of Hippie Blue #4584A0

Tints of Hippie Blue #4584A0

Color information

#4584A0 (or 0x4584A0) is unknown color: approx Hippie Blue. HEX triplet: 45, 84 and A0. RGB value is (69,132,160). Sum of RGB (Red+Green+Blue) = 69+132+160=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 160 - color contains mainly: blue. Hex color #4584A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4584A0 is #BA7B5F. Grayscale: #747474. Windows color (decimal): -12221280 or 10519621. OLE color: 10519621.

HSL color Cylindrical-coordinate representation of color #4584A0: hue angle of 198.46º 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 #4584A0 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB69132160-
CMYK0.570.1700.37
HSL198.46º39.74%44.9%-
HSV(B)198.46º56.88%62.75%-
XYZ17.0520.3136.28-
YUV116.35152.6394.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.11%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 160 (62.89% from 255) = 44.32%
R=19.11%
G=36.57%
B=44.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691321600.570.1700.37198.4639.7444.9
Hex4584A03911025c6282d
Octal10520424071210453065055
Binary1000101100001001010000011100110001010010111000110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4584A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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