Html Css Color HEX #4974DB Royal Blue

📋 copy color: '#4974DB'

red 73 ◦ green 116 ◦ blue 219

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

Shades of Royal Blue #4974DB

Tints of Royal Blue #4974DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.43%

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 17.89%
G = 28.43%
B = 53.68%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4974DB (or 0x4974DB) is known color: Royal Blue. HEX triplet: 49, 74 and DB. RGB value is (73,116,219). Sum of RGB (Red+Green+Blue) = 73+116+219=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #4974DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4974DB is #B68B24. Grayscale: #727272. Windows color (decimal): -11963173 or 14382153. OLE color: 14382153.

HSL color Cylindrical-coordinate representation of color #4974DB: hue angle of 222.33º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4974DB is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 116 219 -
CMYK 0.67 0.47 0 0.14
HSL 222.33º 0.67% 0.57% -
HSV(B) 222.33º 0.67% 0.86% -
XYZ 21.78 19.02 69.54 -
YUV 114.89 186.75 98.12 -
System Red Green Blue C M Y K H S L
Decimal 73 116 219 0.67 0.47 0 0.14 222.33 0.67 0.57
Hex 49 74 DB 43 2F 0 E DE 43 39
Octal 111 164 333 103 57 0 16 336 103 71
Binary 1001001 1110100 11011011 1000011 101111 0 1110 11011110 1000011 111001

Color Harmonies of #4974DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4974DB

Black with #4974DB

Text Example


Text Example

White with #4974DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4974DB; }

 p { color: rgb(73,116,219); }

 H1.HeaderClassName
 {
   color: #4974DB;
 }
 .AnyTagClassName
 {
   color: #4974DB;
 }
</style>

background-color css

<style>
 a { background-color: #4974DB; }

 a { background-color: rgb(73,116,219); }

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

border-color css

<style>
 span { border-color: #4974DB; }

 span { border-color: rgb(73,116,219); }

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