Html Css Color HEX #476CD2 Royal Blue

📋 copy color: '#476CD2'

red 71 ◦ green 108 ◦ blue 210

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

Shades of Royal Blue #476CD2

Tints of Royal Blue #476CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.98%

R = 18.25%
G = 27.76%
B = 53.98%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#476CD2 (or 0x476CD2) is known color: Royal Blue. HEX triplet: 47, 6C and D2. RGB value is (71,108,210). Sum of RGB (Red+Green+Blue) = 71+108+210=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 210 (82.42% from 255 or 53.98% from 389); Max value from RGB is 210 - color contains mainly: blue. Hex color #476CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CD2 is #B8932D. Grayscale: #6C6C6C. Windows color (decimal): -12096302 or 13790279. OLE color: 13790279.

HSL color Cylindrical-coordinate representation of color #476CD2: hue angle of 224.03º degrees, saturation: 0.61, 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 #476CD2 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 108 210 -
CMYK 0.66 0.49 0 0.18
HSL 224.03º 0.61% 0.55% -
HSV(B) 224.03º 0.66% 0.82% -
XYZ 19.59 16.72 63.17 -
YUV 108.57 185.24 101.21 -
System Red Green Blue C M Y K H S L
Decimal 71 108 210 0.66 0.49 0 0.18 224.03 0.61 0.55
Hex 47 6C D2 42 31 0 12 E0 3D 37
Octal 107 154 322 102 61 0 22 340 75 67
Binary 1000111 1101100 11010010 1000010 110001 0 10010 11100000 111101 110111

Color Harmonies of #476CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CD2

Black with #476CD2

Text Example


Text Example

White with #476CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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