Html Css Color HEX #476CFF Royal Blue

📋 copy color: '#476CFF'

red 71 ◦ green 108 ◦ blue 255

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

Shades of Royal Blue #476CFF

Tints of Royal Blue #476CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.88%

 BLUE value IS 255 (100% from 255) = 58.76%

R = 16.36%
G = 24.88%
B = 58.76%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#476CFF (or 0x476CFF) is known color: Royal Blue. HEX triplet: 47, 6C and FF. RGB value is (71,108,255). Sum of RGB (Red+Green+Blue) = 71+108+255=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #476CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476CFF is #B89300. Grayscale: #717171. Windows color (decimal): -12096257 or 16739399. OLE color: 16739399.

HSL color Cylindrical-coordinate representation of color #476CFF: hue angle of 227.93º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #476CFF is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 108 255 -
CMYK 0.72 0.58 0 0
HSL 227.93º 1% 0.64% -
HSV(B) 227.93º 0.72% 1% -
XYZ 26.01 19.28 96.96 -
YUV 113.7 207.74 97.55 -
System Red Green Blue C M Y K H S L
Decimal 71 108 255 0.72 0.58 0 0 227.93 1 0.64
Hex 47 6C FF 48 3A 0 0 E4 64 40
Octal 107 154 377 110 72 0 0 344 144 100
Binary 1000111 1101100 11111111 1001000 111010 0 0 11100100 1100100 1000000

Color Harmonies of #476CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CFF

Black with #476CFF

Text Example


Text Example

White with #476CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,108,255); }

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

background-color css

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

 a { background-color: rgb(71,108,255); }

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

border-color css

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

 span { border-color: rgb(71,108,255); }

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