Html Css Color HEX #476FDC Royal Blue

📋 copy color: '#476FDC'

red 71 ◦ green 111 ◦ blue 220

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

Shades of Royal Blue #476FDC

Tints of Royal Blue #476FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 17.66%
G = 27.61%
B = 54.73%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#476FDC (or 0x476FDC) is known color: Royal Blue. HEX triplet: 47, 6F and DC. RGB value is (71,111,220). Sum of RGB (Red+Green+Blue) = 71+111+220=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #476FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FDC is #B89023. Grayscale: #6E6E6E. Windows color (decimal): -12095524 or 14446407. OLE color: 14446407.

HSL color Cylindrical-coordinate representation of color #476FDC: hue angle of 223.89º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476FDC is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 111 220 -
CMYK 0.68 0.50 0 0.14
HSL 223.89º 0.68% 0.57% -
HSV(B) 223.89º 0.68% 0.86% -
XYZ 21.2 17.88 70.04 -
YUV 111.47 189.25 99.14 -
System Red Green Blue C M Y K H S L
Decimal 71 111 220 0.68 0.50 0 0.14 223.89 0.68 0.57
Hex 47 6F DC 44 32 0 E E0 44 39
Octal 107 157 334 104 62 0 16 340 104 71
Binary 1000111 1101111 11011100 1000100 110010 0 1110 11100000 1000100 111001

Color Harmonies of #476FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FDC

Black with #476FDC

Text Example


Text Example

White with #476FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,111,220); }

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

background-color css

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

 a { background-color: rgb(71,111,220); }

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

border-color css

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

 span { border-color: rgb(71,111,220); }

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