#4C7E9F

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

Shades of Hippie Blue #4C7E9F

Tints of Hippie Blue #4C7E9F

Color information

#4C7E9F (or 0x4C7E9F) is unknown color: approx Hippie Blue. HEX triplet: 4C, 7E and 9F. RGB value is (76,126,159). Sum of RGB (Red+Green+Blue) = 76+126+159=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C7E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7E9F is #B38160. Grayscale: #727272. Windows color (decimal): -11764065 or 10452556. OLE color: 10452556.

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

Color convert

RGB76126159-
CMYK0.520.2100.38
HSL203.86º35.32%46.08%-
HSV(B)203.86º52.2%62.35%-
XYZ16.718.9635.58-
YUV114.81152.94100.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.05%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 159 (62.5% from 255) = 44.04%
R=21.05%
G=34.90%
B=44.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal761261590.520.2100.38203.8635.3246.08
Hex4C7E9F3415026cc232e
Octal11417623764250463144356
Binary100110011111101001111111010010101010011011001100100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,126,159); }

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

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

 a { background-color: rgb(76,126,159); }

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

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

 span { border-color: rgb(76,126,159); }

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