Html Css Color HEX #476BDF Royal Blue

📋 copy color: '#476BDF'

red 71 ◦ green 107 ◦ blue 223

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

Shades of Royal Blue #476BDF

Tints of Royal Blue #476BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.68%

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

R = 17.71%
G = 26.68%
B = 55.61%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#476BDF (or 0x476BDF) is known color: Royal Blue. HEX triplet: 47, 6B and DF. RGB value is (71,107,223). Sum of RGB (Red+Green+Blue) = 71+107+223=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #476BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BDF is #B89420. Grayscale: #6C6C6C. Windows color (decimal): -12096545 or 14641991. OLE color: 14641991.

HSL color Cylindrical-coordinate representation of color #476BDF: hue angle of 225.79º 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 #476BDF is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 107 223 -
CMYK 0.68 0.52 0 0.13
HSL 225.79º 0.7% 0.58% -
HSV(B) 225.79º 0.68% 0.87% -
XYZ 21.18 17.18 72.01 -
YUV 109.46 192.07 100.57 -
System Red Green Blue C M Y K H S L
Decimal 71 107 223 0.68 0.52 0 0.13 225.79 0.7 0.58
Hex 47 6B DF 44 34 0 D E2 46 3A
Octal 107 153 337 104 64 0 15 342 106 72
Binary 1000111 1101011 11011111 1000100 110100 0 1101 11100010 1000110 111010

Color Harmonies of #476BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BDF

Black with #476BDF

Text Example


Text Example

White with #476BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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