Html Css Color HEX #476DC8 Royal Blue

📋 copy color: '#476DC8'

red 71 ◦ green 109 ◦ blue 200

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

Shades of Royal Blue #476DC8

Tints of Royal Blue #476DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 52.63%

R = 18.68%
G = 28.68%
B = 52.63%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#476DC8 (or 0x476DC8) is known color: Royal Blue. HEX triplet: 47, 6D and C8. RGB value is (71,109,200). Sum of RGB (Red+Green+Blue) = 71+109+200=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #476DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DC8 is #B89237. Grayscale: #6B6B6B. Windows color (decimal): -12096056 or 13135175. OLE color: 13135175.

HSL color Cylindrical-coordinate representation of color #476DC8: hue angle of 222.33º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #476DC8 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 109 200 -
CMYK 0.64 0.46 0 0.22
HSL 222.33º 0.54% 0.53% -
HSV(B) 222.33º 0.65% 0.78% -
XYZ 18.49 16.45 56.84 -
YUV 108.01 179.91 101.6 -
System Red Green Blue C M Y K H S L
Decimal 71 109 200 0.64 0.46 0 0.22 222.33 0.54 0.53
Hex 47 6D C8 40 2E 0 16 DE 36 35
Octal 107 155 310 100 56 0 26 336 66 65
Binary 1000111 1101101 11001000 1000000 101110 0 10110 11011110 110110 110101

Color Harmonies of #476DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476DC8

Black with #476DC8

Text Example


Text Example

White with #476DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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