Html Css Color HEX #477CFF Royal Blue

📋 copy color: '#477CFF'

red 71 ◦ green 124 ◦ blue 255

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

Shades of Royal Blue #477CFF

Tints of Royal Blue #477CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.56%

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

R = 15.78%
G = 27.56%
B = 56.67%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#477CFF (or 0x477CFF) is known color: Royal Blue. HEX triplet: 47, 7C and FF. RGB value is (71,124,255). Sum of RGB (Red+Green+Blue) = 71+124+255=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #477CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477CFF is #B88300. Grayscale: #7A7A7A. Windows color (decimal): -12092161 or 16743495. OLE color: 16743495.

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

Color convert

RGB 71 124 255 -
CMYK 0.72 0.51 0 0
HSL 222.72º 1% 0.64% -
HSV(B) 222.72º 0.72% 1% -
XYZ 27.86 22.97 97.57 -
YUV 123.09 202.44 90.85 -
System Red Green Blue C M Y K H S L
Decimal 71 124 255 0.72 0.51 0 0 222.72 1 0.64
Hex 47 7C FF 48 33 0 0 DF 64 40
Octal 107 174 377 110 63 0 0 337 144 100
Binary 1000111 1111100 11111111 1001000 110011 0 0 11011111 1100100 1000000

Color Harmonies of #477CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477CFF

Black with #477CFF

Text Example


Text Example

White with #477CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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