Html Css Color HEX #476DCF Royal Blue

📋 copy color: '#476DCF'

red 71 ◦ green 109 ◦ blue 207

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

Shades of Royal Blue #476DCF

Tints of Royal Blue #476DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 18.35%
G = 28.17%
B = 53.49%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#476DCF (or 0x476DCF) is known color: Royal Blue. HEX triplet: 47, 6D and CF. RGB value is (71,109,207). Sum of RGB (Red+Green+Blue) = 71+109+207=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #476DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DCF is #B89230. Grayscale: #6C6C6C. Windows color (decimal): -12096049 or 13593927. OLE color: 13593927.

HSL color Cylindrical-coordinate representation of color #476DCF: hue angle of 223.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476DCF is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 109 207 -
CMYK 0.66 0.47 0 0.19
HSL 223.24º 0.59% 0.55% -
HSV(B) 223.24º 0.66% 0.81% -
XYZ 19.33 16.78 61.25 -
YUV 108.81 183.41 101.03 -
System Red Green Blue C M Y K H S L
Decimal 71 109 207 0.66 0.47 0 0.19 223.24 0.59 0.55
Hex 47 6D CF 42 2F 0 13 DF 3B 37
Octal 107 155 317 102 57 0 23 337 73 67
Binary 1000111 1101101 11001111 1000010 101111 0 10011 11011111 111011 110111

Color Harmonies of #476DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476DCF

Black with #476DCF

Text Example


Text Example

White with #476DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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