Html Css Color HEX #4969DC Royal Blue

📋 copy color: '#4969DC'

red 73 ◦ green 105 ◦ blue 220

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

Shades of Royal Blue #4969DC

Tints of Royal Blue #4969DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.38%

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

R = 18.34%
G = 26.38%
B = 55.28%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4969DC (or 0x4969DC) is known color: Royal Blue. HEX triplet: 49, 69 and DC. RGB value is (73,105,220). Sum of RGB (Red+Green+Blue) = 73+105+220=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #4969DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4969DC is #B69623. Grayscale: #6C6C6C. Windows color (decimal): -11965988 or 14444873. OLE color: 14444873.

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

Color convert

RGB 73 105 220 -
CMYK 0.67 0.52 0 0.14
HSL 226.94º 0.68% 0.57% -
HSV(B) 226.94º 0.67% 0.86% -
XYZ 20.72 16.69 69.84 -
YUV 108.54 190.9 102.65 -
System Red Green Blue C M Y K H S L
Decimal 73 105 220 0.67 0.52 0 0.14 226.94 0.68 0.57
Hex 49 69 DC 43 34 0 E E3 44 39
Octal 111 151 334 103 64 0 16 343 104 71
Binary 1001001 1101001 11011100 1000011 110100 0 1110 11100011 1000100 111001

Color Harmonies of #4969DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4969DC

Black with #4969DC

Text Example


Text Example

White with #4969DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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