Html Css Color HEX #476DD0 Royal Blue

📋 copy color: '#476DD0'

red 71 ◦ green 109 ◦ blue 208

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

Shades of Royal Blue #476DD0

Tints of Royal Blue #476DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.61%

R = 18.3%
G = 28.09%
B = 53.61%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#476DD0 (or 0x476DD0) is known color: Royal Blue. HEX triplet: 47, 6D and D0. RGB value is (71,109,208). Sum of RGB (Red+Green+Blue) = 71+109+208=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #476DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DD0 is #B8922F. Grayscale: #6C6C6C. Windows color (decimal): -12096048 or 13659463. OLE color: 13659463.

HSL color Cylindrical-coordinate representation of color #476DD0: hue angle of 223.36º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476DD0 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 109 208 -
CMYK 0.66 0.48 0 0.18
HSL 223.36º 0.59% 0.55% -
HSV(B) 223.36º 0.66% 0.82% -
XYZ 19.45 16.83 61.9 -
YUV 108.92 183.91 100.95 -
System Red Green Blue C M Y K H S L
Decimal 71 109 208 0.66 0.48 0 0.18 223.36 0.59 0.55
Hex 47 6D D0 42 30 0 12 DF 3B 37
Octal 107 155 320 102 60 0 22 337 73 67
Binary 1000111 1101101 11010000 1000010 110000 0 10010 11011111 111011 110111

Color Harmonies of #476DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476DD0

Black with #476DD0

Text Example


Text Example

White with #476DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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