Html Css Color HEX #477AF6 Royal Blue

📋 copy color: '#477AF6'

red 71 ◦ green 122 ◦ blue 246

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

Shades of Royal Blue #477AF6

Tints of Royal Blue #477AF6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.79%

 BLUE value IS 246 (96.48% from 255) = 56.04%

R = 16.17%
G = 27.79%
B = 56.04%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#477AF6 (or 0x477AF6) is known color: Royal Blue. HEX triplet: 47, 7A and F6. RGB value is (71,122,246). Sum of RGB (Red+Green+Blue) = 71+122+246=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #477AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477AF6 is #B88509. Grayscale: #787878. Windows color (decimal): -12092682 or 16153159. OLE color: 16153159.

HSL color Cylindrical-coordinate representation of color #477AF6: hue angle of 222.51º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #477AF6 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 122 246 -
CMYK 0.71 0.50 0 0.04
HSL 222.51º 0.91% 0.62% -
HSV(B) 222.51º 0.71% 0.96% -
XYZ 26.19 21.91 90.04 -
YUV 120.89 198.6 92.42 -
System Red Green Blue C M Y K H S L
Decimal 71 122 246 0.71 0.50 0 0.04 222.51 0.91 0.62
Hex 47 7A F6 47 32 0 4 DF 5B 3E
Octal 107 172 366 107 62 0 4 337 133 76
Binary 1000111 1111010 11110110 1000111 110010 0 100 11011111 1011011 111110

Color Harmonies of #477AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477AF6

Black with #477AF6

Text Example


Text Example

White with #477AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,122,246); }

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

background-color css

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

 a { background-color: rgb(71,122,246); }

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

border-color css

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

 span { border-color: rgb(71,122,246); }

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