Html Css Color HEX #4773FA Royal Blue

📋 copy color: '#4773FA'

red 71 ◦ green 115 ◦ blue 250

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

Shades of Royal Blue #4773FA

Tints of Royal Blue #4773FA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.38%

 BLUE value IS 250 (98.05% from 255) = 57.34%

R = 16.28%
G = 26.38%
B = 57.34%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4773FA (or 0x4773FA) is known color: Royal Blue. HEX triplet: 47, 73 and FA. RGB value is (71,115,250). Sum of RGB (Red+Green+Blue) = 71+115+250=436 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.28% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #4773FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4773FA is #B88C05. Grayscale: #747474. Windows color (decimal): -12094470 or 16413511. OLE color: 16413511.

HSL color Cylindrical-coordinate representation of color #4773FA: hue angle of 225.25º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4773FA is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 115 250 -
CMYK 0.72 0.54 0 0.02
HSL 225.25º 0.95% 0.63% -
HSV(B) 225.25º 0.72% 0.98% -
XYZ 25.98 20.5 93.03 -
YUV 117.23 202.92 95.02 -
System Red Green Blue C M Y K H S L
Decimal 71 115 250 0.72 0.54 0 0.02 225.25 0.95 0.63
Hex 47 73 FA 48 36 0 2 E1 5F 3F
Octal 107 163 372 110 66 0 2 341 137 77
Binary 1000111 1110011 11111010 1001000 110110 0 10 11100001 1011111 111111

Color Harmonies of #4773FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4773FA

Black with #4773FA

Text Example


Text Example

White with #4773FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4773FA; }

 p { color: rgb(71,115,250); }

 H1.HeaderClassName
 {
   color: #4773FA;
 }
 .AnyTagClassName
 {
   color: #4773FA;
 }
</style>

background-color css

<style>
 a { background-color: #4773FA; }

 a { background-color: rgb(71,115,250); }

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

border-color css

<style>
 span { border-color: #4773FA; }

 span { border-color: rgb(71,115,250); }

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