Html Css Color HEX #4976EB Royal Blue

📋 copy color: '#4976EB'

red 73 ◦ green 118 ◦ blue 235

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

Shades of Royal Blue #4976EB

Tints of Royal Blue #4976EB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.7%

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

R = 17.14%
G = 27.7%
B = 55.16%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4976EB (or 0x4976EB) is known color: Royal Blue. HEX triplet: 49, 76 and EB. RGB value is (73,118,235). Sum of RGB (Red+Green+Blue) = 73+118+235=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #4976EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4976EB is #B68914. Grayscale: #757575. Windows color (decimal): -11962645 or 15431241. OLE color: 15431241.

HSL color Cylindrical-coordinate representation of color #4976EB: hue angle of 223.33º 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 #4976EB is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 118 235 -
CMYK 0.69 0.50 0 0.08
HSL 223.33º 0.8% 0.6% -
HSV(B) 223.33º 0.69% 0.92% -
XYZ 24.22 20.37 81.25 -
YUV 117.88 194.09 95.99 -
System Red Green Blue C M Y K H S L
Decimal 73 118 235 0.69 0.50 0 0.08 223.33 0.8 0.6
Hex 49 76 EB 45 32 0 8 DF 50 3C
Octal 111 166 353 105 62 0 10 337 120 74
Binary 1001001 1110110 11101011 1000101 110010 0 1000 11011111 1010000 111100

Color Harmonies of #4976EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4976EB

Black with #4976EB

Text Example


Text Example

White with #4976EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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