Html Css Color HEX #476FD8 Royal Blue

📋 copy color: '#476FD8'

red 71 ◦ green 111 ◦ blue 216

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

Shades of Royal Blue #476FD8

Tints of Royal Blue #476FD8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.89%

 BLUE value IS 216 (84.77% from 255) = 54.27%

R = 17.84%
G = 27.89%
B = 54.27%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#476FD8 (or 0x476FD8) is known color: Royal Blue. HEX triplet: 47, 6F and D8. RGB value is (71,111,216). Sum of RGB (Red+Green+Blue) = 71+111+216=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 216 (84.77% from 255 or 54.27% from 398); Max value from RGB is 216 - color contains mainly: blue. Hex color #476FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FD8 is #B89027. Grayscale: #6E6E6E. Windows color (decimal): -12095528 or 14184263. OLE color: 14184263.

HSL color Cylindrical-coordinate representation of color #476FD8: hue angle of 223.45º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476FD8 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 111 216 -
CMYK 0.67 0.49 0 0.15
HSL 223.45º 0.65% 0.56% -
HSV(B) 223.45º 0.67% 0.85% -
XYZ 20.68 17.67 67.29 -
YUV 111.01 187.25 99.46 -
System Red Green Blue C M Y K H S L
Decimal 71 111 216 0.67 0.49 0 0.15 223.45 0.65 0.56
Hex 47 6F D8 43 31 0 F DF 41 38
Octal 107 157 330 103 61 0 17 337 101 70
Binary 1000111 1101111 11011000 1000011 110001 0 1111 11011111 1000001 111000

Color Harmonies of #476FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FD8

Black with #476FD8

Text Example


Text Example

White with #476FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,111,216); }

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

background-color css

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

 a { background-color: rgb(71,111,216); }

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

border-color css

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

 span { border-color: rgb(71,111,216); }

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