Html Css Color HEX #476FFD Royal Blue

📋 copy color: '#476FFD'

red 71 ◦ green 111 ◦ blue 253

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

Shades of Royal Blue #476FFD

Tints of Royal Blue #476FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.16%

R = 16.32%
G = 25.52%
B = 58.16%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#476FFD (or 0x476FFD) is known color: Royal Blue. HEX triplet: 47, 6F and FD. RGB value is (71,111,253). Sum of RGB (Red+Green+Blue) = 71+111+253=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #476FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476FFD is #B89002. Grayscale: #727272. Windows color (decimal): -12095491 or 16609095. OLE color: 16609095.

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

Color convert

RGB 71 111 253 -
CMYK 0.72 0.56 0 0.01
HSL 226.81º 0.98% 0.64% -
HSV(B) 226.81º 0.72% 0.99% -
XYZ 26.01 19.8 95.38 -
YUV 115.23 205.75 96.45 -
System Red Green Blue C M Y K H S L
Decimal 71 111 253 0.72 0.56 0 0.01 226.81 0.98 0.64
Hex 47 6F FD 48 38 0 1 E3 62 40
Octal 107 157 375 110 70 0 1 343 142 100
Binary 1000111 1101111 11111101 1001000 111000 0 1 11100011 1100010 1000000

Color Harmonies of #476FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FFD

Black with #476FFD

Text Example


Text Example

White with #476FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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