Html Css Color HEX #476ADB Royal Blue

📋 copy color: '#476ADB'

red 71 ◦ green 106 ◦ blue 219

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

Shades of Royal Blue #476ADB

Tints of Royal Blue #476ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.3%

R = 17.93%
G = 26.77%
B = 55.3%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#476ADB (or 0x476ADB) is known color: Royal Blue. HEX triplet: 47, 6A and DB. RGB value is (71,106,219). Sum of RGB (Red+Green+Blue) = 71+106+219=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #476ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ADB is #B89524. Grayscale: #6B6B6B. Windows color (decimal): -12096805 or 14379591. OLE color: 14379591.

HSL color Cylindrical-coordinate representation of color #476ADB: hue angle of 225.81º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476ADB is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 106 219 -
CMYK 0.68 0.52 0 0.14
HSL 225.81º 0.67% 0.57% -
HSV(B) 225.81º 0.68% 0.86% -
XYZ 20.54 16.76 69.17 -
YUV 108.42 190.4 101.31 -
System Red Green Blue C M Y K H S L
Decimal 71 106 219 0.68 0.52 0 0.14 225.81 0.67 0.57
Hex 47 6A DB 44 34 0 E E2 43 39
Octal 107 152 333 104 64 0 16 342 103 71
Binary 1000111 1101010 11011011 1000100 110100 0 1110 11100010 1000011 111001

Color Harmonies of #476ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476ADB

Black with #476ADB

Text Example


Text Example

White with #476ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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