Html Css Color HEX #4959DC Royal Blue

📋 copy color: '#4959DC'

red 73 ◦ green 89 ◦ blue 220

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

Shades of Royal Blue #4959DC

Tints of Royal Blue #4959DC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.3%

 BLUE value IS 220 (86.33% from 255) = 57.59%

R = 19.11%
G = 23.3%
B = 57.59%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4959DC (or 0x4959DC) is known color: Royal Blue. HEX triplet: 49, 59 and DC. RGB value is (73,89,220). Sum of RGB (Red+Green+Blue) = 73+89+220=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #4959DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4959DC is #B6A623. Grayscale: #626262. Windows color (decimal): -11970084 or 14440777. OLE color: 14440777.

HSL color Cylindrical-coordinate representation of color #4959DC: hue angle of 233.47º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4959DC is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 89 220 -
CMYK 0.67 0.60 0 0.14
HSL 233.47º 0.68% 0.57% -
HSV(B) 233.47º 0.67% 0.86% -
XYZ 19.24 13.73 69.35 -
YUV 99.15 196.2 109.35 -
System Red Green Blue C M Y K H S L
Decimal 73 89 220 0.67 0.60 0 0.14 233.47 0.68 0.57
Hex 49 59 DC 43 3C 0 E E9 44 39
Octal 111 131 334 103 74 0 16 351 104 71
Binary 1001001 1011001 11011100 1000011 111100 0 1110 11101001 1000100 111001

Color Harmonies of #4959DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4959DC

Black with #4959DC

Text Example


Text Example

White with #4959DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4959DC; }

 p { color: rgb(73,89,220); }

 H1.HeaderClassName
 {
   color: #4959DC;
 }
 .AnyTagClassName
 {
   color: #4959DC;
 }
</style>

background-color css

<style>
 a { background-color: #4959DC; }

 a { background-color: rgb(73,89,220); }

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

border-color css

<style>
 span { border-color: #4959DC; }

 span { border-color: rgb(73,89,220); }

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