#4A7C9F

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

Shades of Hippie Blue #4A7C9F

Tints of Hippie Blue #4A7C9F

Color information

#4A7C9F (or 0x4A7C9F) is unknown color: approx Hippie Blue. HEX triplet: 4A, 7C and 9F. RGB value is (74,124,159). Sum of RGB (Red+Green+Blue) = 74+124+159=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #4A7C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7C9F is #B58360. Grayscale: #707070. Windows color (decimal): -11895649 or 10452042. OLE color: 10452042.

HSL color Cylindrical-coordinate representation of color #4A7C9F: hue angle of 204.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A7C9F is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB74124159-
CMYK0.530.2200.38
HSL204.71º36.48%45.69%-
HSV(B)204.71º53.46%62.35%-
XYZ16.2918.3735.49-
YUV113.04153.94100.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.73%
GREEN value IS 124 (48.83% from 255) = 34.73%
BLUE value IS 159 (62.5% from 255) = 44.54%
R=20.73%
G=34.73%
B=44.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal741241590.530.2200.38204.7136.4845.69
Hex4A7C9F3516026cd242e
Octal11217423765260463154456
Binary100101011111001001111111010110110010011011001101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A7C9F; }

 p { color: rgb(74,124,159); }

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

<style>
 a { background-color: #4A7C9F; }

 a { background-color: rgb(74,124,159); }

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

<style>
 span { border-color: #4A7C9F; }

 span { border-color: rgb(74,124,159); }

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