Html Css Color HEX #477AFC Royal Blue

📋 copy color: '#477AFC'

red 71 ◦ green 122 ◦ blue 252

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

Shades of Royal Blue #477AFC

Tints of Royal Blue #477AFC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.42%

 BLUE value IS 252 (98.83% from 255) = 56.63%

R = 15.96%
G = 27.42%
B = 56.63%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#477AFC (or 0x477AFC) is known color: Royal Blue. HEX triplet: 47, 7A and FC. RGB value is (71,122,252). Sum of RGB (Red+Green+Blue) = 71+122+252=445 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.96% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #477AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477AFC is #B88503. Grayscale: #787878. Windows color (decimal): -12092676 or 16546375. OLE color: 16546375.

HSL color Cylindrical-coordinate representation of color #477AFC: hue angle of 223.09º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #477AFC is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 122 252 -
CMYK 0.72 0.52 0 0.01
HSL 223.09º 0.97% 0.63% -
HSV(B) 223.09º 0.72% 0.99% -
XYZ 27.13 22.29 94.97 -
YUV 121.57 201.6 91.93 -
System Red Green Blue C M Y K H S L
Decimal 71 122 252 0.72 0.52 0 0.01 223.09 0.97 0.63
Hex 47 7A FC 48 34 0 1 DF 61 3F
Octal 107 172 374 110 64 0 1 337 141 77
Binary 1000111 1111010 11111100 1001000 110100 0 1 11011111 1100001 111111

Color Harmonies of #477AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477AFC

Black with #477AFC

Text Example


Text Example

White with #477AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477AFC; }

 p { color: rgb(71,122,252); }

 H1.HeaderClassName
 {
   color: #477AFC;
 }
 .AnyTagClassName
 {
   color: #477AFC;
 }
</style>

background-color css

<style>
 a { background-color: #477AFC; }

 a { background-color: rgb(71,122,252); }

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

border-color css

<style>
 span { border-color: #477AFC; }

 span { border-color: rgb(71,122,252); }

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