Html Css Color HEX #477FF4 Royal Blue

📋 copy color: '#477FF4'

red 71 ◦ green 127 ◦ blue 244

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

Shades of Royal Blue #477FF4

Tints of Royal Blue #477FF4

RGB

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

 GREEN value IS 127 (50% from 255) = 28.73%

 BLUE value IS 244 (95.7% from 255) = 55.2%

R = 16.06%
G = 28.73%
B = 55.2%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#477FF4 (or 0x477FF4) is known color: Royal Blue. HEX triplet: 47, 7F and F4. RGB value is (71,127,244). Sum of RGB (Red+Green+Blue) = 71+127+244=442 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.06% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 244 (95.70% from 255 or 55.20% from 442); Max value from RGB is 244 - color contains mainly: blue. Hex color #477FF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477FF4 is #B8800B. Grayscale: #7B7B7B. Windows color (decimal): -12091404 or 16023367. OLE color: 16023367.

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

Color convert

RGB 71 127 244 -
CMYK 0.71 0.48 0 0.04
HSL 220.58º 0.89% 0.62% -
HSV(B) 220.58º 0.71% 0.96% -
XYZ 26.52 23.05 88.64 -
YUV 123.59 195.95 90.49 -
System Red Green Blue C M Y K H S L
Decimal 71 127 244 0.71 0.48 0 0.04 220.58 0.89 0.62
Hex 47 7F F4 47 30 0 4 DD 59 3E
Octal 107 177 364 107 60 0 4 335 131 76
Binary 1000111 1111111 11110100 1000111 110000 0 100 11011101 1011001 111110

Color Harmonies of #477FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477FF4

Black with #477FF4

Text Example


Text Example

White with #477FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,127,244); }

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

background-color css

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

 a { background-color: rgb(71,127,244); }

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

border-color css

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

 span { border-color: rgb(71,127,244); }

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