Html Css Color HEX #476CFA Royal Blue

📋 copy color: '#476CFA'

red 71 ◦ green 108 ◦ blue 250

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

Shades of Royal Blue #476CFA

Tints of Royal Blue #476CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.17%

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

R = 16.55%
G = 25.17%
B = 58.28%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#476CFA (or 0x476CFA) is known color: Royal Blue. HEX triplet: 47, 6C and FA. RGB value is (71,108,250). Sum of RGB (Red+Green+Blue) = 71+108+250=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #476CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476CFA is #B89305. Grayscale: #707070. Windows color (decimal): -12096262 or 16411719. OLE color: 16411719.

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

Color convert

RGB 71 108 250 -
CMYK 0.72 0.57 0 0.02
HSL 227.6º 0.95% 0.63% -
HSV(B) 227.6º 0.72% 0.98% -
XYZ 25.22 18.97 92.77 -
YUV 113.13 205.24 97.95 -
System Red Green Blue C M Y K H S L
Decimal 71 108 250 0.72 0.57 0 0.02 227.6 0.95 0.63
Hex 47 6C FA 48 39 0 2 E4 5F 3F
Octal 107 154 372 110 71 0 2 344 137 77
Binary 1000111 1101100 11111010 1001000 111001 0 10 11100100 1011111 111111

Color Harmonies of #476CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CFA

Black with #476CFA

Text Example


Text Example

White with #476CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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