Html Css Color HEX #4984E1 Royal Blue

📋 copy color: '#4984E1'

red 73 ◦ green 132 ◦ blue 225

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

Shades of Royal Blue #4984E1

Tints of Royal Blue #4984E1

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.7%

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

R = 16.98%
G = 30.7%
B = 52.33%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4984E1 (or 0x4984E1) is known color: Royal Blue. HEX triplet: 49, 84 and E1. RGB value is (73,132,225). Sum of RGB (Red+Green+Blue) = 73+132+225=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #4984E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4984E1 is #B67B1E. Grayscale: #7C7C7C. Windows color (decimal): -11959071 or 14779465. OLE color: 14779465.

HSL color Cylindrical-coordinate representation of color #4984E1: hue angle of 216.71º 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 #4984E1 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 132 225 -
CMYK 0.68 0.41 0 0.12
HSL 216.71º 0.72% 0.58% -
HSV(B) 216.71º 0.68% 0.88% -
XYZ 24.59 23.36 74.45 -
YUV 124.96 184.45 90.94 -
System Red Green Blue C M Y K H S L
Decimal 73 132 225 0.68 0.41 0 0.12 216.71 0.72 0.58
Hex 49 84 E1 44 29 0 C D9 48 3A
Octal 111 204 341 104 51 0 14 331 110 72
Binary 1001001 10000100 11100001 1000100 101001 0 1100 11011001 1001000 111010

Color Harmonies of #4984E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4984E1

Black with #4984E1

Text Example


Text Example

White with #4984E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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