Html Css Color HEX #476FDF Royal Blue

📋 copy color: '#476FDF'

red 71 ◦ green 111 ◦ blue 223

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

Shades of Royal Blue #476FDF

Tints of Royal Blue #476FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.41%

 BLUE value IS 223 (87.5% from 255) = 55.06%

R = 17.53%
G = 27.41%
B = 55.06%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#476FDF (or 0x476FDF) is known color: Royal Blue. HEX triplet: 47, 6F and DF. RGB value is (71,111,223). Sum of RGB (Red+Green+Blue) = 71+111+223=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #476FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FDF is #B89020. Grayscale: #6F6F6F. Windows color (decimal): -12095521 or 14643015. OLE color: 14643015.

HSL color Cylindrical-coordinate representation of color #476FDF: hue angle of 224.21º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476FDF is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 111 223 -
CMYK 0.68 0.50 0 0.13
HSL 224.21º 0.7% 0.58% -
HSV(B) 224.21º 0.68% 0.87% -
XYZ 21.6 18.04 72.15 -
YUV 111.81 190.75 98.89 -
System Red Green Blue C M Y K H S L
Decimal 71 111 223 0.68 0.50 0 0.13 224.21 0.7 0.58
Hex 47 6F DF 44 32 0 D E0 46 3A
Octal 107 157 337 104 62 0 15 340 106 72
Binary 1000111 1101111 11011111 1000100 110010 0 1101 11100000 1000110 111010

Color Harmonies of #476FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FDF

Black with #476FDF

Text Example


Text Example

White with #476FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476FDF; }

 p { color: rgb(71,111,223); }

 H1.HeaderClassName
 {
   color: #476FDF;
 }
 .AnyTagClassName
 {
   color: #476FDF;
 }
</style>

background-color css

<style>
 a { background-color: #476FDF; }

 a { background-color: rgb(71,111,223); }

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

border-color css

<style>
 span { border-color: #476FDF; }

 span { border-color: rgb(71,111,223); }

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