Html Css Color HEX #4968DF Royal Blue

📋 copy color: '#4968DF'

red 73 ◦ green 104 ◦ blue 223

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

Shades of Royal Blue #4968DF

Tints of Royal Blue #4968DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26%

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

R = 18.25%
G = 26%
B = 55.75%

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

#4968DF (or 0x4968DF) is known color: Royal Blue. HEX triplet: 49, 68 and DF. RGB value is (73,104,223). Sum of RGB (Red+Green+Blue) = 73+104+223=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #4968DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4968DF is #B69720. Grayscale: #6B6B6B. Windows color (decimal): -11966241 or 14641225. OLE color: 14641225.

HSL color Cylindrical-coordinate representation of color #4968DF: hue angle of 227.6º 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 #4968DF is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 104 223 -
CMYK 0.67 0.53 0 0.13
HSL 227.6º 0.7% 0.58% -
HSV(B) 227.6º 0.67% 0.87% -
XYZ 21.02 16.64 71.92 -
YUV 108.3 192.73 102.82 -
System Red Green Blue C M Y K H S L
Decimal 73 104 223 0.67 0.53 0 0.13 227.6 0.7 0.58
Hex 49 68 DF 43 35 0 D E4 46 3A
Octal 111 150 337 103 65 0 15 344 106 72
Binary 1001001 1101000 11011111 1000011 110101 0 1101 11100100 1000110 111010

Color Harmonies of #4968DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4968DF

Black with #4968DF

Text Example


Text Example

White with #4968DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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