Html Css Color HEX #477DF6 Royal Blue

📋 copy color: '#477DF6'

red 71 ◦ green 125 ◦ blue 246

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

Shades of Royal Blue #477DF6

Tints of Royal Blue #477DF6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.28%

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

R = 16.06%
G = 28.28%
B = 55.66%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#477DF6 (or 0x477DF6) is known color: Royal Blue. HEX triplet: 47, 7D and F6. RGB value is (71,125,246). Sum of RGB (Red+Green+Blue) = 71+125+246=442 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.06% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #477DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477DF6 is #B88209. Grayscale: #7A7A7A. Windows color (decimal): -12091914 or 16153927. OLE color: 16153927.

HSL color Cylindrical-coordinate representation of color #477DF6: hue angle of 221.49º 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 #477DF6 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 125 246 -
CMYK 0.71 0.49 0 0.04
HSL 221.49º 0.91% 0.62% -
HSV(B) 221.49º 0.71% 0.96% -
XYZ 26.57 22.66 90.16 -
YUV 122.65 197.61 91.16 -
System Red Green Blue C M Y K H S L
Decimal 71 125 246 0.71 0.49 0 0.04 221.49 0.91 0.62
Hex 47 7D F6 47 31 0 4 DD 5B 3E
Octal 107 175 366 107 61 0 4 335 133 76
Binary 1000111 1111101 11110110 1000111 110001 0 100 11011101 1011011 111110

Color Harmonies of #477DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477DF6

Black with #477DF6

Text Example


Text Example

White with #477DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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