Html Css Color HEX #477AFE Royal Blue

📋 copy color: '#477AFE'

red 71 ◦ green 122 ◦ blue 254

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

Shades of Royal Blue #477AFE

Tints of Royal Blue #477AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 15.88%
G = 27.29%
B = 56.82%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#477AFE (or 0x477AFE) is known color: Royal Blue. HEX triplet: 47, 7A and FE. RGB value is (71,122,254). Sum of RGB (Red+Green+Blue) = 71+122+254=447 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.88% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #477AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477AFE is #B88501. Grayscale: #797979. Windows color (decimal): -12092674 or 16677447. OLE color: 16677447.

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

Color convert

RGB 71 122 254 -
CMYK 0.72 0.52 0 0.00
HSL 223.28º 0.99% 0.64% -
HSV(B) 223.28º 0.72% 1% -
XYZ 27.45 22.41 96.65 -
YUV 121.8 202.6 91.77 -
System Red Green Blue C M Y K H S L
Decimal 71 122 254 0.72 0.52 0 0.00 223.28 0.99 0.64
Hex 47 7A FE 48 34 0 0 DF 63 40
Octal 107 172 376 110 64 0 0 337 143 100
Binary 1000111 1111010 11111110 1001000 110100 0 0 11011111 1100011 1000000

Color Harmonies of #477AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477AFE

Black with #477AFE

Text Example


Text Example

White with #477AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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