Html Css Color HEX #4969DF Royal Blue

📋 copy color: '#4969DF'

red 73 ◦ green 105 ◦ blue 223

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

Shades of Royal Blue #4969DF

Tints of Royal Blue #4969DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 18.2%
G = 26.18%
B = 55.61%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4969DF (or 0x4969DF) is known color: Royal Blue. HEX triplet: 49, 69 and DF. RGB value is (73,105,223). Sum of RGB (Red+Green+Blue) = 73+105+223=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #4969DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4969DF is #B69620. Grayscale: #6C6C6C. Windows color (decimal): -11965985 or 14641481. OLE color: 14641481.

HSL color Cylindrical-coordinate representation of color #4969DF: hue angle of 227.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4969DF is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 105 223 -
CMYK 0.67 0.53 0 0.13
HSL 227.2º 0.7% 0.58% -
HSV(B) 227.2º 0.67% 0.87% -
XYZ 21.12 16.85 71.95 -
YUV 108.88 192.4 102.41 -
System Red Green Blue C M Y K H S L
Decimal 73 105 223 0.67 0.53 0 0.13 227.2 0.7 0.58
Hex 49 69 DF 43 35 0 D E3 46 3A
Octal 111 151 337 103 65 0 15 343 106 72
Binary 1001001 1101001 11011111 1000011 110101 0 1101 11100011 1000110 111010

Color Harmonies of #4969DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4969DF

Black with #4969DF

Text Example


Text Example

White with #4969DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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