Html Css Color HEX #4968CE Royal Blue

📋 copy color: '#4968CE'

red 73 ◦ green 104 ◦ blue 206

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

Shades of Royal Blue #4968CE

Tints of Royal Blue #4968CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 19.06%
G = 27.15%
B = 53.79%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4968CE (or 0x4968CE) is known color: Royal Blue. HEX triplet: 49, 68 and CE. RGB value is (73,104,206). Sum of RGB (Red+Green+Blue) = 73+104+206=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #4968CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4968CE is #B69731. Grayscale: #696969. Windows color (decimal): -11966258 or 13527113. OLE color: 13527113.

HSL color Cylindrical-coordinate representation of color #4968CE: hue angle of 226.02º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4968CE is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 104 206 -
CMYK 0.65 0.50 0 0.19
HSL 226.02º 0.58% 0.55% -
HSV(B) 226.02º 0.65% 0.81% -
XYZ 18.84 15.77 60.44 -
YUV 106.36 184.23 104.21 -
System Red Green Blue C M Y K H S L
Decimal 73 104 206 0.65 0.50 0 0.19 226.02 0.58 0.55
Hex 49 68 CE 41 32 0 13 E2 3A 37
Octal 111 150 316 101 62 0 23 342 72 67
Binary 1001001 1101000 11001110 1000001 110010 0 10011 11100010 111010 110111

Color Harmonies of #4968CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4968CE

Black with #4968CE

Text Example


Text Example

White with #4968CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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