Html Css Color HEX #4983DC Royal Blue

📋 copy color: '#4983DC'

red 73 ◦ green 131 ◦ blue 220

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

Shades of Royal Blue #4983DC

Tints of Royal Blue #4983DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.9%

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 17.22%
G = 30.9%
B = 51.89%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4983DC (or 0x4983DC) is known color: Royal Blue. HEX triplet: 49, 83 and DC. RGB value is (73,131,220). Sum of RGB (Red+Green+Blue) = 73+131+220=424 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.22% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #4983DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4983DC is #B67C23. Grayscale: #7B7B7B. Windows color (decimal): -11959332 or 14451529. OLE color: 14451529.

HSL color Cylindrical-coordinate representation of color #4983DC: hue angle of 216.33º degrees, saturation: 0.68, 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 #4983DC is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 131 220 -
CMYK 0.67 0.40 0 0.14
HSL 216.33º 0.68% 0.57% -
HSV(B) 216.33º 0.67% 0.86% -
XYZ 23.78 22.82 70.86 -
YUV 123.8 182.28 91.76 -
System Red Green Blue C M Y K H S L
Decimal 73 131 220 0.67 0.40 0 0.14 216.33 0.68 0.57
Hex 49 83 DC 43 28 0 E D8 44 39
Octal 111 203 334 103 50 0 16 330 104 71
Binary 1001001 10000011 11011100 1000011 101000 0 1110 11011000 1000100 111001

Color Harmonies of #4983DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4983DC

Black with #4983DC

Text Example


Text Example

White with #4983DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4983DC; }

 p { color: rgb(73,131,220); }

 H1.HeaderClassName
 {
   color: #4983DC;
 }
 .AnyTagClassName
 {
   color: #4983DC;
 }
</style>

background-color css

<style>
 a { background-color: #4983DC; }

 a { background-color: rgb(73,131,220); }

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

border-color css

<style>
 span { border-color: #4983DC; }

 span { border-color: rgb(73,131,220); }

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