Html Css Color HEX #4D5FE0 Royal Blue

📋 copy color: '#4D5FE0'

red 77 ◦ green 95 ◦ blue 224

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

Shades of Royal Blue #4D5FE0

Tints of Royal Blue #4D5FE0

RGB

 RED value IS 77 (30.47% from 255) = 19.44%

 GREEN value IS 95 (37.5% from 255) = 23.99%

 BLUE value IS 224 (87.89% from 255) = 56.57%

R = 19.44%
G = 23.99%
B = 56.57%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4D5FE0 (or 0x4D5FE0) is known color: Royal Blue. HEX triplet: 4D, 5F and E0. RGB value is (77,95,224). Sum of RGB (Red+Green+Blue) = 77+95+224=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 224 (87.89% from 255 or 56.57% from 396); Max value from RGB is 224 - color contains mainly: blue. Hex color #4D5FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5FE0 is #B2A01F. Grayscale: #676767. Windows color (decimal): -11706400 or 14704461. OLE color: 14704461.

HSL color Cylindrical-coordinate representation of color #4D5FE0: hue angle of 232.65º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D5FE0 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 77 95 224 -
CMYK 0.66 0.58 0 0.12
HSL 232.65º 0.7% 0.59% -
HSV(B) 232.65º 0.66% 0.88% -
XYZ 20.61 15.14 72.36 -
YUV 104.32 195.54 108.51 -
System Red Green Blue C M Y K H S L
Decimal 77 95 224 0.66 0.58 0 0.12 232.65 0.7 0.59
Hex 4D 5F E0 42 3A 0 C E9 46 3B
Octal 115 137 340 102 72 0 14 351 106 73
Binary 1001101 1011111 11100000 1000010 111010 0 1100 11101001 1000110 111011

Color Harmonies of #4D5FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5FE0

Black with #4D5FE0

Text Example


Text Example

White with #4D5FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,95,224); }

 H1.HeaderClassName
 {
   color: #4D5FE0;
 }
 .AnyTagClassName
 {
   color: #4D5FE0;
 }
</style>

background-color css

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

 a { background-color: rgb(77,95,224); }

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

border-color css

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

 span { border-color: rgb(77,95,224); }

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