#4c72d3

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

Shades of Royal Blue #4C72D3

Tints of Royal Blue #4C72D3

Color information

#4C72D3 (or 0x4C72D3) is unknown color: approx Royal Blue. HEX triplet: 4C, 72 and D3. RGB value is (76,114,211). Sum of RGB (Red+Green+Blue) = 76+114+211=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 211 (82.81% from 255 or 52.62% from 401); Max value from RGB is 211 - color contains mainly: blue. Hex color #4C72D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C72D3 is #B38D2C. Grayscale: #717171. Windows color (decimal): -11767085 or 13857356. OLE color: 13857356.

HSL color Cylindrical-coordinate representation of color #4C72D3: hue angle of 223.11º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C72D3 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB76114211-
CMYK0.640.4600.17
HSL223.11º60.54%56.27%-
HSV(B)223.11º63.98%82.75%-
XYZ20.7618.2764.06-
YUV113.7182.91101.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.95%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 211 (82.81% from 255) = 52.62%
R=18.95%
G=28.43%
B=52.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal761142110.640.4600.17223.1160.5456.27
Hex4C72D3402E011df3d38
Octal114162323100560213377570
Binary1001100111001011010011100000010111001000111011111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c72d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,114,211); }

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

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

 a { background-color: rgb(76,114,211); }

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

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

 span { border-color: rgb(76,114,211); }

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