Html Css Color HEX #476BCC Royal Blue

📋 copy color: '#476BCC'

red 71 ◦ green 107 ◦ blue 204

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

Shades of Royal Blue #476BCC

Tints of Royal Blue #476BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 18.59%
G = 28.01%
B = 53.4%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#476BCC (or 0x476BCC) is known color: Royal Blue. HEX triplet: 47, 6B and CC. RGB value is (71,107,204). Sum of RGB (Red+Green+Blue) = 71+107+204=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #476BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BCC is #B89433. Grayscale: #6A6A6A. Windows color (decimal): -12096564 or 13396807. OLE color: 13396807.

HSL color Cylindrical-coordinate representation of color #476BCC: hue angle of 223.76º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #476BCC is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 107 204 -
CMYK 0.65 0.48 0 0.2
HSL 223.76º 0.57% 0.54% -
HSV(B) 223.76º 0.65% 0.8% -
XYZ 18.76 16.21 59.27 -
YUV 107.29 182.57 102.11 -
System Red Green Blue C M Y K H S L
Decimal 71 107 204 0.65 0.48 0 0.2 223.76 0.57 0.54
Hex 47 6B CC 41 30 0 14 E0 39 36
Octal 107 153 314 101 60 0 24 340 71 66
Binary 1000111 1101011 11001100 1000001 110000 0 10100 11100000 111001 110110

Color Harmonies of #476BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BCC

Black with #476BCC

Text Example


Text Example

White with #476BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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