Html Css Color HEX #4952E1 Royal Blue

📋 copy color: '#4952E1'

red 73 ◦ green 82 ◦ blue 225

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

Shades of Royal Blue #4952E1

Tints of Royal Blue #4952E1

RGB

 RED value IS 73 (28.91% from 255) = 19.21%

 GREEN value IS 82 (32.42% from 255) = 21.58%

 BLUE value IS 225 (88.28% from 255) = 59.21%

R = 19.21%
G = 21.58%
B = 59.21%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4952E1 (or 0x4952E1) is known color: Royal Blue. HEX triplet: 49, 52 and E1. RGB value is (73,82,225). Sum of RGB (Red+Green+Blue) = 73+82+225=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 225 (88.28% from 255 or 59.21% from 380); Max value from RGB is 225 - color contains mainly: blue. Hex color #4952E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4952E1 is #B6AD1E. Grayscale: #5F5F5F. Windows color (decimal): -11971871 or 14766665. OLE color: 14766665.

HSL color Cylindrical-coordinate representation of color #4952E1: hue angle of 236.45º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4952E1 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 82 225 -
CMYK 0.68 0.64 0 0.12
HSL 236.45º 0.72% 0.58% -
HSV(B) 236.45º 0.68% 0.88% -
XYZ 19.36 12.89 72.7 -
YUV 95.61 201.02 111.87 -
System Red Green Blue C M Y K H S L
Decimal 73 82 225 0.68 0.64 0 0.12 236.45 0.72 0.58
Hex 49 52 E1 44 40 0 C EC 48 3A
Octal 111 122 341 104 100 0 14 354 110 72
Binary 1001001 1010010 11100001 1000100 1000000 0 1100 11101100 1001000 111010

Color Harmonies of #4952E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4952E1

Black with #4952E1

Text Example


Text Example

White with #4952E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4952E1; }

 p { color: rgb(73,82,225); }

 H1.HeaderClassName
 {
   color: #4952E1;
 }
 .AnyTagClassName
 {
   color: #4952E1;
 }
</style>

background-color css

<style>
 a { background-color: #4952E1; }

 a { background-color: rgb(73,82,225); }

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

border-color css

<style>
 span { border-color: #4952E1; }

 span { border-color: rgb(73,82,225); }

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