Html Css Color HEX #476DD6 Royal Blue

📋 copy color: '#476DD6'

red 71 ◦ green 109 ◦ blue 214

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

Shades of Royal Blue #476DD6

Tints of Royal Blue #476DD6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.66%

 BLUE value IS 214 (83.98% from 255) = 54.31%

R = 18.02%
G = 27.66%
B = 54.31%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#476DD6 (or 0x476DD6) is known color: Royal Blue. HEX triplet: 47, 6D and D6. RGB value is (71,109,214). Sum of RGB (Red+Green+Blue) = 71+109+214=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 214 (83.98% from 255 or 54.31% from 394); Max value from RGB is 214 - color contains mainly: blue. Hex color #476DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DD6 is #B89229. Grayscale: #6D6D6D. Windows color (decimal): -12096042 or 14052679. OLE color: 14052679.

HSL color Cylindrical-coordinate representation of color #476DD6: hue angle of 224.06º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476DD6 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 71 109 214 -
CMYK 0.67 0.49 0 0.16
HSL 224.06º 0.64% 0.56% -
HSV(B) 224.06º 0.67% 0.84% -
XYZ 20.2 17.13 65.86 -
YUV 109.61 186.91 100.46 -
System Red Green Blue C M Y K H S L
Decimal 71 109 214 0.67 0.49 0 0.16 224.06 0.64 0.56
Hex 47 6D D6 43 31 0 10 E0 40 38
Octal 107 155 326 103 61 0 20 340 100 70
Binary 1000111 1101101 11010110 1000011 110001 0 10000 11100000 1000000 111000

Color Harmonies of #476DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476DD6

Black with #476DD6

Text Example


Text Example

White with #476DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,109,214); }

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

background-color css

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

 a { background-color: rgb(71,109,214); }

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

border-color css

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

 span { border-color: rgb(71,109,214); }

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