Html Css Color HEX #477BDC Royal Blue

📋 copy color: '#477BDC'

red 71 ◦ green 123 ◦ blue 220

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

Shades of Royal Blue #477BDC

Tints of Royal Blue #477BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.71%

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 17.15%
G = 29.71%
B = 53.14%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#477BDC (or 0x477BDC) is known color: Royal Blue. HEX triplet: 47, 7B and DC. RGB value is (71,123,220). Sum of RGB (Red+Green+Blue) = 71+123+220=414 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.15% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #477BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BDC is #B88423. Grayscale: #767676. Windows color (decimal): -12092452 or 14449479. OLE color: 14449479.

HSL color Cylindrical-coordinate representation of color #477BDC: hue angle of 219.06º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #477BDC is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 123 220 -
CMYK 0.68 0.44 0 0.14
HSL 219.06º 0.68% 0.57% -
HSV(B) 219.06º 0.68% 0.86% -
XYZ 22.6 20.67 70.51 -
YUV 118.51 185.27 94.11 -
System Red Green Blue C M Y K H S L
Decimal 71 123 220 0.68 0.44 0 0.14 219.06 0.68 0.57
Hex 47 7B DC 44 2C 0 E DB 44 39
Octal 107 173 334 104 54 0 16 333 104 71
Binary 1000111 1111011 11011100 1000100 101100 0 1110 11011011 1000100 111001

Color Harmonies of #477BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BDC

Black with #477BDC

Text Example


Text Example

White with #477BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477BDC; }

 p { color: rgb(71,123,220); }

 H1.HeaderClassName
 {
   color: #477BDC;
 }
 .AnyTagClassName
 {
   color: #477BDC;
 }
</style>

background-color css

<style>
 a { background-color: #477BDC; }

 a { background-color: rgb(71,123,220); }

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

border-color css

<style>
 span { border-color: #477BDC; }

 span { border-color: rgb(71,123,220); }

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