Html Css Color HEX #4977EB Royal Blue

📋 copy color: '#4977EB'

red 73 ◦ green 119 ◦ blue 235

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

Shades of Royal Blue #4977EB

Tints of Royal Blue #4977EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.04%

R = 17.1%
G = 27.87%
B = 55.04%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4977EB (or 0x4977EB) is known color: Royal Blue. HEX triplet: 49, 77 and EB. RGB value is (73,119,235). Sum of RGB (Red+Green+Blue) = 73+119+235=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #4977EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4977EB is #B68814. Grayscale: #757575. Windows color (decimal): -11962389 or 15431497. OLE color: 15431497.

HSL color Cylindrical-coordinate representation of color #4977EB: hue angle of 222.96º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4977EB is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 119 235 -
CMYK 0.69 0.49 0 0.08
HSL 222.96º 0.8% 0.6% -
HSV(B) 222.96º 0.69% 0.92% -
XYZ 24.34 20.61 81.29 -
YUV 118.47 193.76 95.57 -
System Red Green Blue C M Y K H S L
Decimal 73 119 235 0.69 0.49 0 0.08 222.96 0.8 0.6
Hex 49 77 EB 45 31 0 8 DF 50 3C
Octal 111 167 353 105 61 0 10 337 120 74
Binary 1001001 1110111 11101011 1000101 110001 0 1000 11011111 1010000 111100

Color Harmonies of #4977EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4977EB

Black with #4977EB

Text Example


Text Example

White with #4977EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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