#4760DE

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

Shades of Royal Blue #4760DE

Tints of Royal Blue #4760DE

Color information

#4760DE (or 0x4760DE) is unknown color: approx Royal Blue. HEX triplet: 47, 60 and DE. RGB value is (71,96,222). Sum of RGB (Red+Green+Blue) = 71+96+222=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #4760DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4760DE is #B89F21. Grayscale: #666666. Windows color (decimal): -12099362 or 14573639. OLE color: 14573639.

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

Color convert

RGB7196222-
CMYK0.680.5700.13
HSL230.07º69.59%57.45%-
HSV(B)230.07º68.02%87.06%-
XYZ19.9714.9870.95-
YUV102.89195.22105.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.25%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 222 (87.11% from 255) = 57.07%
R=18.25%
G=24.68%
B=57.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71962220.680.5700.13230.0769.5957.45
Hex4760DE44390De64639
Octal1071403361047101534610671
Binary1000111110000011011110100010011100101101111001101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4760DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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