Html Css Color HEX #476BFC Royal Blue

📋 copy color: '#476BFC'

red 71 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #476BFC

Tints of Royal Blue #476BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.6%

R = 16.51%
G = 24.88%
B = 58.6%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#476BFC (or 0x476BFC) is known color: Royal Blue. HEX triplet: 47, 6B and FC. RGB value is (71,107,252). Sum of RGB (Red+Green+Blue) = 71+107+252=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #476BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476BFC is #B89403. Grayscale: #707070. Windows color (decimal): -12096516 or 16542535. OLE color: 16542535.

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

Color convert

RGB 71 107 252 -
CMYK 0.72 0.58 0 0.01
HSL 228.07º 0.97% 0.63% -
HSV(B) 228.07º 0.72% 0.99% -
XYZ 25.43 18.88 94.4 -
YUV 112.77 206.57 98.21 -
System Red Green Blue C M Y K H S L
Decimal 71 107 252 0.72 0.58 0 0.01 228.07 0.97 0.63
Hex 47 6B FC 48 3A 0 1 E4 61 3F
Octal 107 153 374 110 72 0 1 344 141 77
Binary 1000111 1101011 11111100 1001000 111010 0 1 11100100 1100001 111111

Color Harmonies of #476BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BFC

Black with #476BFC

Text Example


Text Example

White with #476BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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