Html Css Color HEX #476AFB Royal Blue

📋 copy color: '#476AFB'

red 71 ◦ green 106 ◦ blue 251

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

Shades of Royal Blue #476AFB

Tints of Royal Blue #476AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.64%

R = 16.59%
G = 24.77%
B = 58.64%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#476AFB (or 0x476AFB) is known color: Royal Blue. HEX triplet: 47, 6A and FB. RGB value is (71,106,251). Sum of RGB (Red+Green+Blue) = 71+106+251=428 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.59% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #476AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476AFB is #B89504. Grayscale: #6F6F6F. Windows color (decimal): -12096773 or 16476743. OLE color: 16476743.

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

Color convert

RGB 71 106 251 -
CMYK 0.72 0.58 0 0.02
HSL 228.33º 0.96% 0.63% -
HSV(B) 228.33º 0.72% 0.98% -
XYZ 25.17 18.61 93.53 -
YUV 112.07 206.4 98.71 -
System Red Green Blue C M Y K H S L
Decimal 71 106 251 0.72 0.58 0 0.02 228.33 0.96 0.63
Hex 47 6A FB 48 3A 0 2 E4 60 3F
Octal 107 152 373 110 72 0 2 344 140 77
Binary 1000111 1101010 11111011 1001000 111010 0 10 11100100 1100000 111111

Color Harmonies of #476AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476AFB

Black with #476AFB

Text Example


Text Example

White with #476AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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