Html Css Color HEX #476ED0 Royal Blue

📋 copy color: '#476ED0'

red 71 ◦ green 110 ◦ blue 208

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

Shades of Royal Blue #476ED0

Tints of Royal Blue #476ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.28%

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

R = 18.25%
G = 28.28%
B = 53.47%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#476ED0 (or 0x476ED0) is known color: Royal Blue. HEX triplet: 47, 6E and D0. RGB value is (71,110,208). Sum of RGB (Red+Green+Blue) = 71+110+208=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #476ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ED0 is #B8912F. Grayscale: #6D6D6D. Windows color (decimal): -12095792 or 13659719. OLE color: 13659719.

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

Color convert

RGB 71 110 208 -
CMYK 0.66 0.47 0 0.18
HSL 222.92º 0.59% 0.55% -
HSV(B) 222.92º 0.66% 0.82% -
XYZ 19.56 17.05 61.93 -
YUV 109.51 183.58 100.53 -
System Red Green Blue C M Y K H S L
Decimal 71 110 208 0.66 0.47 0 0.18 222.92 0.59 0.55
Hex 47 6E D0 42 2F 0 12 DF 3B 37
Octal 107 156 320 102 57 0 22 337 73 67
Binary 1000111 1101110 11010000 1000010 101111 0 10010 11011111 111011 110111

Color Harmonies of #476ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476ED0

Black with #476ED0

Text Example


Text Example

White with #476ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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