Html Css Color HEX #476DCD Royal Blue

📋 copy color: '#476DCD'

red 71 ◦ green 109 ◦ blue 205

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

Shades of Royal Blue #476DCD

Tints of Royal Blue #476DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 18.44%
G = 28.31%
B = 53.25%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#476DCD (or 0x476DCD) is known color: Royal Blue. HEX triplet: 47, 6D and CD. RGB value is (71,109,205). Sum of RGB (Red+Green+Blue) = 71+109+205=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #476DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DCD is #B89232. Grayscale: #6C6C6C. Windows color (decimal): -12096051 or 13462855. OLE color: 13462855.

HSL color Cylindrical-coordinate representation of color #476DCD: hue angle of 222.99º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #476DCD is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 109 205 -
CMYK 0.65 0.47 0 0.20
HSL 222.99º 0.57% 0.54% -
HSV(B) 222.99º 0.65% 0.8% -
XYZ 19.09 16.68 59.97 -
YUV 108.58 182.41 101.19 -
System Red Green Blue C M Y K H S L
Decimal 71 109 205 0.65 0.47 0 0.20 222.99 0.57 0.54
Hex 47 6D CD 41 2F 0 14 DF 39 36
Octal 107 155 315 101 57 0 24 337 71 66
Binary 1000111 1101101 11001101 1000001 101111 0 10100 11011111 111001 110110

Color Harmonies of #476DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476DCD

Black with #476DCD

Text Example


Text Example

White with #476DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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