Html Css Color HEX #476FFF Royal Blue

📋 copy color: '#476FFF'

red 71 ◦ green 111 ◦ blue 255

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

Shades of Royal Blue #476FFF

Tints of Royal Blue #476FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.4%

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

R = 16.25%
G = 25.4%
B = 58.35%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#476FFF (or 0x476FFF) is known color: Royal Blue. HEX triplet: 47, 6F and FF. RGB value is (71,111,255). Sum of RGB (Red+Green+Blue) = 71+111+255=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #476FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476FFF is #B89000. Grayscale: #727272. Windows color (decimal): -12095489 or 16740167. OLE color: 16740167.

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

Color convert

RGB 71 111 255 -
CMYK 0.72 0.56 0 0
HSL 226.96º 1% 0.64% -
HSV(B) 226.96º 0.72% 1% -
XYZ 26.33 19.93 97.07 -
YUV 115.46 206.75 96.29 -
System Red Green Blue C M Y K H S L
Decimal 71 111 255 0.72 0.56 0 0 226.96 1 0.64
Hex 47 6F FF 48 38 0 0 E3 64 40
Octal 107 157 377 110 70 0 0 343 144 100
Binary 1000111 1101111 11111111 1001000 111000 0 0 11100011 1100100 1000000

Color Harmonies of #476FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FFF

Black with #476FFF

Text Example


Text Example

White with #476FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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