Html Css Color HEX #476EFF Royal Blue

📋 copy color: '#476EFF'

red 71 ◦ green 110 ◦ blue 255

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

Shades of Royal Blue #476EFF

Tints of Royal Blue #476EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.23%

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

R = 16.28%
G = 25.23%
B = 58.49%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#476EFF (or 0x476EFF) is known color: Royal Blue. HEX triplet: 47, 6E and FF. RGB value is (71,110,255). Sum of RGB (Red+Green+Blue) = 71+110+255=436 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.28% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #476EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476EFF is #B89100. Grayscale: #727272. Windows color (decimal): -12095745 or 16739911. OLE color: 16739911.

HSL color Cylindrical-coordinate representation of color #476EFF: hue angle of 227.28º 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 #476EFF is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 110 255 -
CMYK 0.72 0.57 0 0
HSL 227.28º 1% 0.64% -
HSV(B) 227.28º 0.72% 1% -
XYZ 26.22 19.71 97.03 -
YUV 114.87 207.08 96.71 -
System Red Green Blue C M Y K H S L
Decimal 71 110 255 0.72 0.57 0 0 227.28 1 0.64
Hex 47 6E FF 48 39 0 0 E3 64 40
Octal 107 156 377 110 71 0 0 343 144 100
Binary 1000111 1101110 11111111 1001000 111001 0 0 11100011 1100100 1000000

Color Harmonies of #476EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476EFF

Black with #476EFF

Text Example


Text Example

White with #476EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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