#4760DC

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

Shades of Royal Blue #4760DC

Tints of Royal Blue #4760DC

Color information

#4760DC (or 0x4760DC) is unknown color: approx Royal Blue. HEX triplet: 47, 60 and DC. RGB value is (71,96,220). Sum of RGB (Red+Green+Blue) = 71+96+220=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #4760DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4760DC is #B89F23. Grayscale: #666666. Windows color (decimal): -12099364 or 14442567. OLE color: 14442567.

HSL color Cylindrical-coordinate representation of color #4760DC: hue angle of 229.93º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4760DC is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7196220-
CMYK0.680.5600.14
HSL229.93º68.04%57.06%-
HSV(B)229.93º67.73%86.27%-
XYZ19.714.8769.54-
YUV102.66194.22105.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.35%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 220 (86.33% from 255) = 56.85%
R=18.35%
G=24.81%
B=56.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal71962200.680.5600.14229.9368.0457.06
Hex4760DC44380Ee64439
Octal1071403341047001634610471
Binary1000111110000011011100100010011100001110111001101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4760DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4760DC; }

 p { color: rgb(71,96,220); }

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

<style>
 a { background-color: #4760DC; }

 a { background-color: rgb(71,96,220); }

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

<style>
 span { border-color: #4760DC; }

 span { border-color: rgb(71,96,220); }

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