Html Css Color HEX #4961D6 Royal Blue

📋 copy color: '#4961D6'

red 73 ◦ green 97 ◦ blue 214

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

Shades of Royal Blue #4961D6

Tints of Royal Blue #4961D6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.26%

 BLUE value IS 214 (83.98% from 255) = 55.73%

R = 19.01%
G = 25.26%
B = 55.73%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4961D6 (or 0x4961D6) is known color: Royal Blue. HEX triplet: 49, 61 and D6. RGB value is (73,97,214). Sum of RGB (Red+Green+Blue) = 73+97+214=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 214 (83.98% from 255 or 55.73% from 384); Max value from RGB is 214 - color contains mainly: blue. Hex color #4961D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4961D6 is #B69E29. Grayscale: #666666. Windows color (decimal): -11968042 or 14049609. OLE color: 14049609.

HSL color Cylindrical-coordinate representation of color #4961D6: hue angle of 229.79º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4961D6 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 97 214 -
CMYK 0.66 0.55 0 0.16
HSL 229.79º 0.63% 0.56% -
HSV(B) 229.79º 0.66% 0.84% -
XYZ 19.16 14.82 65.47 -
YUV 103.16 190.55 106.49 -
System Red Green Blue C M Y K H S L
Decimal 73 97 214 0.66 0.55 0 0.16 229.79 0.63 0.56
Hex 49 61 D6 42 37 0 10 E6 3F 38
Octal 111 141 326 102 67 0 20 346 77 70
Binary 1001001 1100001 11010110 1000010 110111 0 10000 11100110 111111 111000

Color Harmonies of #4961D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4961D6

Black with #4961D6

Text Example


Text Example

White with #4961D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4961D6; }

 p { color: rgb(73,97,214); }

 H1.HeaderClassName
 {
   color: #4961D6;
 }
 .AnyTagClassName
 {
   color: #4961D6;
 }
</style>

background-color css

<style>
 a { background-color: #4961D6; }

 a { background-color: rgb(73,97,214); }

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

border-color css

<style>
 span { border-color: #4961D6; }

 span { border-color: rgb(73,97,214); }

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