Html Css Color HEX #476DCE Royal Blue

📋 copy color: '#476DCE'

red 71 ◦ green 109 ◦ blue 206

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

Shades of Royal Blue #476DCE

Tints of Royal Blue #476DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 18.39%
G = 28.24%
B = 53.37%

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

#476DCE (or 0x476DCE) is known color: Royal Blue. HEX triplet: 47, 6D and CE. RGB value is (71,109,206). Sum of RGB (Red+Green+Blue) = 71+109+206=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #476DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DCE is #B89231. Grayscale: #6C6C6C. Windows color (decimal): -12096050 or 13528391. OLE color: 13528391.

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

Color convert

RGB 71 109 206 -
CMYK 0.66 0.47 0 0.19
HSL 223.11º 0.58% 0.54% -
HSV(B) 223.11º 0.66% 0.81% -
XYZ 19.21 16.73 60.61 -
YUV 108.7 182.91 101.11 -
System Red Green Blue C M Y K H S L
Decimal 71 109 206 0.66 0.47 0 0.19 223.11 0.58 0.54
Hex 47 6D CE 42 2F 0 13 DF 3A 36
Octal 107 155 316 102 57 0 23 337 72 66
Binary 1000111 1101101 11001110 1000010 101111 0 10011 11011111 111010 110110

Color Harmonies of #476DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476DCE

Black with #476DCE

Text Example


Text Example

White with #476DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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