Html Css Color HEX #476AFC Royal Blue

📋 copy color: '#476AFC'

red 71 ◦ green 106 ◦ blue 252

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

Shades of Royal Blue #476AFC

Tints of Royal Blue #476AFC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

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

R = 16.55%
G = 24.71%
B = 58.74%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#476AFC (or 0x476AFC) is known color: Royal Blue. HEX triplet: 47, 6A and FC. RGB value is (71,106,252). Sum of RGB (Red+Green+Blue) = 71+106+252=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #476AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476AFC is #B89503. Grayscale: #6F6F6F. Windows color (decimal): -12096772 or 16542279. OLE color: 16542279.

HSL color Cylindrical-coordinate representation of color #476AFC: hue angle of 228.4º 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 #476AFC is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 106 252 -
CMYK 0.72 0.58 0 0.01
HSL 228.4º 0.97% 0.63% -
HSV(B) 228.4º 0.72% 0.99% -
XYZ 25.32 18.68 94.37 -
YUV 112.18 206.9 98.63 -
System Red Green Blue C M Y K H S L
Decimal 71 106 252 0.72 0.58 0 0.01 228.4 0.97 0.63
Hex 47 6A FC 48 3A 0 1 E4 61 3F
Octal 107 152 374 110 72 0 1 344 141 77
Binary 1000111 1101010 11111100 1001000 111010 0 1 11100100 1100001 111111

Color Harmonies of #476AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476AFC

Black with #476AFC

Text Example


Text Example

White with #476AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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