Html Css Color HEX #4754DE Royal Blue

📋 copy color: '#4754DE'

red 71 ◦ green 84 ◦ blue 222

#4754DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4754DE

Tints of Royal Blue #4754DE

RGB

 RED value IS 71 (28.13% from 255) = 18.83%

 GREEN value IS 84 (33.2% 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 value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4754DE (or 0x4754DE) is known color: 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

RGB 71 84 222 -
CMYK 0.68 0.62 0 0.13
HSL 234.83º 0.7% 0.57% -
HSV(B) 234.83º 0.68% 0.87% -
XYZ 18.95 12.95 70.61 -
YUV 95.85 199.19 110.28 -
System Red Green Blue C M Y K H S L
Decimal 71 84 222 0.68 0.62 0 0.13 234.83 0.7 0.57
Hex 47 54 DE 44 3E 0 D EB 46 39
Octal 107 124 336 104 76 0 15 353 106 71
Binary 1000111 1010100 11011110 1000100 111110 0 1101 11101011 1000110 111001

Color Harmonies of #4754DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4754DE

Black with #4754DE

Text Example


Text Example

White with #4754DE

Text Example


Text Example

HTML Codes & Css Web 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>