Html Css Color HEX #4968CD Royal Blue

📋 copy color: '#4968CD'

red 73 ◦ green 104 ◦ blue 205

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

Shades of Royal Blue #4968CD

Tints of Royal Blue #4968CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 19.11%
G = 27.23%
B = 53.66%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4968CD (or 0x4968CD) is known color: Royal Blue. HEX triplet: 49, 68 and CD. RGB value is (73,104,205). Sum of RGB (Red+Green+Blue) = 73+104+205=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #4968CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4968CD is #B69732. Grayscale: #696969. Windows color (decimal): -11966259 or 13461577. OLE color: 13461577.

HSL color Cylindrical-coordinate representation of color #4968CD: hue angle of 225.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4968CD is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 104 205 -
CMYK 0.64 0.49 0 0.20
HSL 225.91º 0.57% 0.55% -
HSV(B) 225.91º 0.64% 0.8% -
XYZ 18.72 15.72 59.81 -
YUV 106.25 183.73 104.29 -
System Red Green Blue C M Y K H S L
Decimal 73 104 205 0.64 0.49 0 0.20 225.91 0.57 0.55
Hex 49 68 CD 40 31 0 14 E2 39 37
Octal 111 150 315 100 61 0 24 342 71 67
Binary 1001001 1101000 11001101 1000000 110001 0 10100 11100010 111001 110111

Color Harmonies of #4968CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4968CD

Black with #4968CD

Text Example


Text Example

White with #4968CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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