Html Css Color HEX #476DD4 Royal Blue

📋 copy color: '#476DD4'

red 71 ◦ green 109 ◦ blue 212

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

Shades of Royal Blue #476DD4

Tints of Royal Blue #476DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 54.08%

R = 18.11%
G = 27.81%
B = 54.08%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#476DD4 (or 0x476DD4) is known color: Royal Blue. HEX triplet: 47, 6D and D4. RGB value is (71,109,212). Sum of RGB (Red+Green+Blue) = 71+109+212=392 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.11% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 212 (83.20% from 255 or 54.08% from 392); Max value from RGB is 212 - color contains mainly: blue. Hex color #476DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DD4 is #B8922B. Grayscale: #6C6C6C. Windows color (decimal): -12096044 or 13921607. OLE color: 13921607.

HSL color Cylindrical-coordinate representation of color #476DD4: hue angle of 223.83º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476DD4 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 71 109 212 -
CMYK 0.67 0.49 0 0.17
HSL 223.83º 0.62% 0.55% -
HSV(B) 223.83º 0.67% 0.83% -
XYZ 19.95 17.03 64.52 -
YUV 109.38 185.91 100.62 -
System Red Green Blue C M Y K H S L
Decimal 71 109 212 0.67 0.49 0 0.17 223.83 0.62 0.55
Hex 47 6D D4 43 31 0 11 E0 3E 37
Octal 107 155 324 103 61 0 21 340 76 67
Binary 1000111 1101101 11010100 1000011 110001 0 10001 11100000 111110 110111

Color Harmonies of #476DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476DD4

Black with #476DD4

Text Example


Text Example

White with #476DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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