#4754DE

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

Shades of Royal Blue #4754DE

Tints of Royal Blue #4754DE

Color information

#4754DE (or 0x4754DE) is unknown color: approx Royal Blue. HEX triplet: 47, 54 and DE. RGB value is (71,84,222). Sum of RGB (Red+Green+Blue) = 71+84+222=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #4754DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4754DE is #B8AB21. Grayscale: #5F5F5F. Windows color (decimal): -12102434 or 14570567. OLE color: 14570567.

HSL color Cylindrical-coordinate representation of color #4754DE: hue angle of 234.83º 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 #4754DE is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7184222-
CMYK0.680.6200.13
HSL234.83º69.59%57.45%-
HSV(B)234.83º68.02%87.06%-
XYZ18.9512.9570.61-
YUV95.84199.19110.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.83%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 222 (87.11% from 255) = 58.89%
R=18.83%
G=22.28%
B=58.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71842220.680.6200.13234.8369.5957.45
Hex4754DE443E0Deb4639
Octal1071243361047601535310671
Binary1000111101010011011110100010011111001101111010111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4754DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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