Html Css Color HEX #4967DE Royal Blue

📋 copy color: '#4967DE'

red 73 ◦ green 103 ◦ blue 222

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

Shades of Royal Blue #4967DE

Tints of Royal Blue #4967DE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.88%

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

R = 18.34%
G = 25.88%
B = 55.78%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4967DE (or 0x4967DE) is known color: Royal Blue. HEX triplet: 49, 67 and DE. RGB value is (73,103,222). Sum of RGB (Red+Green+Blue) = 73+103+222=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #4967DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4967DE is #B69821. Grayscale: #6B6B6B. Windows color (decimal): -11966498 or 14575433. OLE color: 14575433.

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

Color convert

RGB 73 103 222 -
CMYK 0.67 0.54 0 0.13
HSL 227.92º 0.69% 0.58% -
HSV(B) 227.92º 0.67% 0.87% -
XYZ 20.78 16.39 71.18 -
YUV 107.6 192.56 103.32 -
System Red Green Blue C M Y K H S L
Decimal 73 103 222 0.67 0.54 0 0.13 227.92 0.69 0.58
Hex 49 67 DE 43 36 0 D E4 45 3A
Octal 111 147 336 103 66 0 15 344 105 72
Binary 1001001 1100111 11011110 1000011 110110 0 1101 11100100 1000101 111010

Color Harmonies of #4967DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4967DE

Black with #4967DE

Text Example


Text Example

White with #4967DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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