Html Css Color HEX #4968DE Royal Blue

📋 copy color: '#4968DE'

red 73 ◦ green 104 ◦ blue 222

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

Shades of Royal Blue #4968DE

Tints of Royal Blue #4968DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.64%

R = 18.3%
G = 26.07%
B = 55.64%

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

#4968DE (or 0x4968DE) is known color: Royal Blue. HEX triplet: 49, 68 and DE. RGB value is (73,104,222). Sum of RGB (Red+Green+Blue) = 73+104+222=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #4968DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4968DE is #B69721. Grayscale: #6B6B6B. Windows color (decimal): -11966242 or 14575689. OLE color: 14575689.

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

Color convert

RGB 73 104 222 -
CMYK 0.67 0.53 0 0.13
HSL 227.52º 0.69% 0.58% -
HSV(B) 227.52º 0.67% 0.87% -
XYZ 20.88 16.59 71.21 -
YUV 108.18 192.23 102.91 -
System Red Green Blue C M Y K H S L
Decimal 73 104 222 0.67 0.53 0 0.13 227.52 0.69 0.58
Hex 49 68 DE 43 35 0 D E4 45 3A
Octal 111 150 336 103 65 0 15 344 105 72
Binary 1001001 1101000 11011110 1000011 110101 0 1101 11100100 1000101 111010

Color Harmonies of #4968DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4968DE

Black with #4968DE

Text Example


Text Example

White with #4968DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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