Html Css Color HEX #4977DA Royal Blue

📋 copy color: '#4977DA'

red 73 ◦ green 119 ◦ blue 218

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

Shades of Royal Blue #4977DA

Tints of Royal Blue #4977DA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.02%

 BLUE value IS 218 (85.55% from 255) = 53.17%

R = 17.8%
G = 29.02%
B = 53.17%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4977DA (or 0x4977DA) is known color: Royal Blue. HEX triplet: 49, 77 and DA. RGB value is (73,119,218). Sum of RGB (Red+Green+Blue) = 73+119+218=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #4977DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4977DA is #B68825. Grayscale: #747474. Windows color (decimal): -11962406 or 14317385. OLE color: 14317385.

HSL color Cylindrical-coordinate representation of color #4977DA: hue angle of 220.97º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4977DA is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 119 218 -
CMYK 0.67 0.45 0 0.15
HSL 220.97º 0.66% 0.57% -
HSV(B) 220.97º 0.67% 0.85% -
XYZ 22 19.67 68.97 -
YUV 116.53 185.26 96.95 -
System Red Green Blue C M Y K H S L
Decimal 73 119 218 0.67 0.45 0 0.15 220.97 0.66 0.57
Hex 49 77 DA 43 2D 0 F DD 42 39
Octal 111 167 332 103 55 0 17 335 102 71
Binary 1001001 1110111 11011010 1000011 101101 0 1111 11011101 1000010 111001

Color Harmonies of #4977DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4977DA

Black with #4977DA

Text Example


Text Example

White with #4977DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4977DA; }

 p { color: rgb(73,119,218); }

 H1.HeaderClassName
 {
   color: #4977DA;
 }
 .AnyTagClassName
 {
   color: #4977DA;
 }
</style>

background-color css

<style>
 a { background-color: #4977DA; }

 a { background-color: rgb(73,119,218); }

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

border-color css

<style>
 span { border-color: #4977DA; }

 span { border-color: rgb(73,119,218); }

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