Html Css Color HEX #476FDA Royal Blue

📋 copy color: '#476FDA'

red 71 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #476FDA

Tints of Royal Blue #476FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.5%

R = 17.75%
G = 27.75%
B = 54.5%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#476FDA (or 0x476FDA) is known color: Royal Blue. HEX triplet: 47, 6F and DA. RGB value is (71,111,218). Sum of RGB (Red+Green+Blue) = 71+111+218=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #476FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FDA is #B89025. Grayscale: #6E6E6E. Windows color (decimal): -12095526 or 14315335. OLE color: 14315335.

HSL color Cylindrical-coordinate representation of color #476FDA: hue angle of 223.67º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476FDA is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 111 218 -
CMYK 0.67 0.49 0 0.15
HSL 223.67º 0.67% 0.57% -
HSV(B) 223.67º 0.67% 0.85% -
XYZ 20.94 17.77 68.66 -
YUV 111.24 188.25 99.3 -
System Red Green Blue C M Y K H S L
Decimal 71 111 218 0.67 0.49 0 0.15 223.67 0.67 0.57
Hex 47 6F DA 43 31 0 F E0 43 39
Octal 107 157 332 103 61 0 17 340 103 71
Binary 1000111 1101111 11011010 1000011 110001 0 1111 11100000 1000011 111001

Color Harmonies of #476FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FDA

Black with #476FDA

Text Example


Text Example

White with #476FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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