Html Css Color HEX #476ADF Royal Blue

📋 copy color: '#476ADF'

red 71 ◦ green 106 ◦ blue 223

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

Shades of Royal Blue #476ADF

Tints of Royal Blue #476ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.5%

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

R = 17.75%
G = 26.5%
B = 55.75%

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

#476ADF (or 0x476ADF) is known color: Royal Blue. HEX triplet: 47, 6A and DF. RGB value is (71,106,223). Sum of RGB (Red+Green+Blue) = 71+106+223=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #476ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ADF is #B89520. Grayscale: #6C6C6C. Windows color (decimal): -12096801 or 14641735. OLE color: 14641735.

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

Color convert

RGB 71 106 223 -
CMYK 0.68 0.52 0 0.13
HSL 226.18º 0.7% 0.58% -
HSV(B) 226.18º 0.68% 0.87% -
XYZ 21.07 16.98 71.98 -
YUV 108.87 192.4 100.99 -
System Red Green Blue C M Y K H S L
Decimal 71 106 223 0.68 0.52 0 0.13 226.18 0.7 0.58
Hex 47 6A DF 44 34 0 D E2 46 3A
Octal 107 152 337 104 64 0 15 342 106 72
Binary 1000111 1101010 11011111 1000100 110100 0 1101 11100010 1000110 111010

Color Harmonies of #476ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476ADF

Black with #476ADF

Text Example


Text Example

White with #476ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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