Html Css Color HEX #476CD3 Royal Blue

📋 copy color: '#476CD3'

red 71 ◦ green 108 ◦ blue 211

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

Shades of Royal Blue #476CD3

Tints of Royal Blue #476CD3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.69%

 BLUE value IS 211 (82.81% from 255) = 54.1%

R = 18.21%
G = 27.69%
B = 54.1%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#476CD3 (or 0x476CD3) is known color: Royal Blue. HEX triplet: 47, 6C and D3. RGB value is (71,108,211). Sum of RGB (Red+Green+Blue) = 71+108+211=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #476CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CD3 is #B8932C. Grayscale: #6C6C6C. Windows color (decimal): -12096301 or 13855815. OLE color: 13855815.

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

Color convert

RGB 71 108 211 -
CMYK 0.66 0.49 0 0.17
HSL 224.14º 0.61% 0.55% -
HSV(B) 224.14º 0.66% 0.83% -
XYZ 19.72 16.77 63.83 -
YUV 108.68 185.74 101.12 -
System Red Green Blue C M Y K H S L
Decimal 71 108 211 0.66 0.49 0 0.17 224.14 0.61 0.55
Hex 47 6C D3 42 31 0 11 E0 3D 37
Octal 107 154 323 102 61 0 21 340 75 67
Binary 1000111 1101100 11010011 1000010 110001 0 10001 11100000 111101 110111

Color Harmonies of #476CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CD3

Black with #476CD3

Text Example


Text Example

White with #476CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,108,211); }

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

background-color css

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

 a { background-color: rgb(71,108,211); }

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

border-color css

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

 span { border-color: rgb(71,108,211); }

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