Html Css Color HEX #476BD2 Royal Blue

📋 copy color: '#476BD2'

red 71 ◦ green 107 ◦ blue 210

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

Shades of Royal Blue #476BD2

Tints of Royal Blue #476BD2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

 BLUE value IS 210 (82.42% from 255) = 54.12%

R = 18.3%
G = 27.58%
B = 54.12%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#476BD2 (or 0x476BD2) is known color: Royal Blue. HEX triplet: 47, 6B and D2. RGB value is (71,107,210). Sum of RGB (Red+Green+Blue) = 71+107+210=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #476BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BD2 is #B8942D. Grayscale: #6B6B6B. Windows color (decimal): -12096558 or 13790023. OLE color: 13790023.

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

Color convert

RGB 71 107 210 -
CMYK 0.66 0.49 0 0.18
HSL 224.46º 0.61% 0.55% -
HSV(B) 224.46º 0.66% 0.82% -
XYZ 19.49 16.51 63.13 -
YUV 107.98 185.57 101.62 -
System Red Green Blue C M Y K H S L
Decimal 71 107 210 0.66 0.49 0 0.18 224.46 0.61 0.55
Hex 47 6B D2 42 31 0 12 E0 3D 37
Octal 107 153 322 102 61 0 22 340 75 67
Binary 1000111 1101011 11010010 1000010 110001 0 10010 11100000 111101 110111

Color Harmonies of #476BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BD2

Black with #476BD2

Text Example


Text Example

White with #476BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,107,210); }

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

background-color css

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

 a { background-color: rgb(71,107,210); }

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

border-color css

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

 span { border-color: rgb(71,107,210); }

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