Html Css Color HEX #476ADC Royal Blue

📋 copy color: '#476ADC'

red 71 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #476ADC

Tints of Royal Blue #476ADC

RGB

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

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

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

R = 17.88%
G = 26.7%
B = 55.42%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#476ADC (or 0x476ADC) is known color: Royal Blue. HEX triplet: 47, 6A and DC. RGB value is (71,106,220). Sum of RGB (Red+Green+Blue) = 71+106+220=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #476ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ADC is #B89523. Grayscale: #6C6C6C. Windows color (decimal): -12096804 or 14445127. OLE color: 14445127.

HSL color Cylindrical-coordinate representation of color #476ADC: hue angle of 225.91º 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 #476ADC is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 106 220 -
CMYK 0.68 0.52 0 0.14
HSL 225.91º 0.68% 0.57% -
HSV(B) 225.91º 0.68% 0.86% -
XYZ 20.67 16.81 69.87 -
YUV 108.53 190.9 101.23 -
System Red Green Blue C M Y K H S L
Decimal 71 106 220 0.68 0.52 0 0.14 225.91 0.68 0.57
Hex 47 6A DC 44 34 0 E E2 44 39
Octal 107 152 334 104 64 0 16 342 104 71
Binary 1000111 1101010 11011100 1000100 110100 0 1110 11100010 1000100 111001

Color Harmonies of #476ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476ADC

Black with #476ADC

Text Example


Text Example

White with #476ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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