Html Css Color HEX #4776FE Royal Blue

📋 copy color: '#4776FE'

red 71 ◦ green 118 ◦ blue 254

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

Shades of Royal Blue #4776FE

Tints of Royal Blue #4776FE

RGB

 RED value IS 71 (28.13% from 255) = 16.03%

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

 BLUE value IS 254 (99.61% from 255) = 57.34%

R = 16.03%
G = 26.64%
B = 57.34%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4776FE (or 0x4776FE) is known color: Royal Blue. HEX triplet: 47, 76 and FE. RGB value is (71,118,254). Sum of RGB (Red+Green+Blue) = 71+118+254=443 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.03% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #4776FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4776FE is #B88901. Grayscale: #767676. Windows color (decimal): -12093698 or 16676423. OLE color: 16676423.

HSL color Cylindrical-coordinate representation of color #4776FE: hue angle of 224.59º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4776FE is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 118 254 -
CMYK 0.72 0.54 0 0.00
HSL 224.59º 0.99% 0.64% -
HSV(B) 224.59º 0.72% 1% -
XYZ 26.97 21.45 96.49 -
YUV 119.45 203.93 93.44 -
System Red Green Blue C M Y K H S L
Decimal 71 118 254 0.72 0.54 0 0.00 224.59 0.99 0.64
Hex 47 76 FE 48 36 0 0 E1 63 40
Octal 107 166 376 110 66 0 0 341 143 100
Binary 1000111 1110110 11111110 1001000 110110 0 0 11100001 1100011 1000000

Color Harmonies of #4776FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4776FE

Black with #4776FE

Text Example


Text Example

White with #4776FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4776FE; }

 p { color: rgb(71,118,254); }

 H1.HeaderClassName
 {
   color: #4776FE;
 }
 .AnyTagClassName
 {
   color: #4776FE;
 }
</style>

background-color css

<style>
 a { background-color: #4776FE; }

 a { background-color: rgb(71,118,254); }

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

border-color css

<style>
 span { border-color: #4776FE; }

 span { border-color: rgb(71,118,254); }

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