Html Css Color HEX #476AFF Royal Blue

📋 copy color: '#476AFF'

red 71 ◦ green 106 ◦ blue 255

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

Shades of Royal Blue #476AFF

Tints of Royal Blue #476AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.03%

R = 16.44%
G = 24.54%
B = 59.03%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#476AFF (or 0x476AFF) is known color: Royal Blue. HEX triplet: 47, 6A and FF. RGB value is (71,106,255). Sum of RGB (Red+Green+Blue) = 71+106+255=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #476AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476AFF is #B89500. Grayscale: #6F6F6F. Windows color (decimal): -12096769 or 16738887. OLE color: 16738887.

HSL color Cylindrical-coordinate representation of color #476AFF: hue angle of 228.59º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #476AFF is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 106 255 -
CMYK 0.72 0.58 0 0
HSL 228.59º 1% 0.64% -
HSV(B) 228.59º 0.72% 1% -
XYZ 25.8 18.87 96.89 -
YUV 112.52 208.4 98.38 -
System Red Green Blue C M Y K H S L
Decimal 71 106 255 0.72 0.58 0 0 228.59 1 0.64
Hex 47 6A FF 48 3A 0 0 E5 64 40
Octal 107 152 377 110 72 0 0 345 144 100
Binary 1000111 1101010 11111111 1001000 111010 0 0 11100101 1100100 1000000

Color Harmonies of #476AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476AFF

Black with #476AFF

Text Example


Text Example

White with #476AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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