Html Css Color HEX #476BFB Royal Blue

📋 copy color: '#476BFB'

red 71 ◦ green 107 ◦ blue 251

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

Shades of Royal Blue #476BFB

Tints of Royal Blue #476BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.94%

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

R = 16.55%
G = 24.94%
B = 58.51%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#476BFB (or 0x476BFB) is known color: Royal Blue. HEX triplet: 47, 6B and FB. RGB value is (71,107,251). Sum of RGB (Red+Green+Blue) = 71+107+251=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #476BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476BFB is #B89404. Grayscale: #707070. Windows color (decimal): -12096517 or 16476999. OLE color: 16476999.

HSL color Cylindrical-coordinate representation of color #476BFB: hue angle of 228º 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 #476BFB is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 107 251 -
CMYK 0.72 0.57 0 0.02
HSL 228º 0.96% 0.63% -
HSV(B) 228º 0.72% 0.98% -
XYZ 25.27 18.82 93.57 -
YUV 112.65 206.07 98.29 -
System Red Green Blue C M Y K H S L
Decimal 71 107 251 0.72 0.57 0 0.02 228 0.96 0.63
Hex 47 6B FB 48 39 0 2 E4 60 3F
Octal 107 153 373 110 71 0 2 344 140 77
Binary 1000111 1101011 11111011 1001000 111001 0 10 11100100 1100000 111111

Color Harmonies of #476BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BFB

Black with #476BFB

Text Example


Text Example

White with #476BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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