Html Css Color HEX #476CF0 Royal Blue

📋 copy color: '#476CF0'

red 71 ◦ green 108 ◦ blue 240

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

Shades of Royal Blue #476CF0

Tints of Royal Blue #476CF0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.78%

 BLUE value IS 240 (94.14% from 255) = 57.28%

R = 16.95%
G = 25.78%
B = 57.28%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#476CF0 (or 0x476CF0) is known color: Royal Blue. HEX triplet: 47, 6C and F0. RGB value is (71,108,240). Sum of RGB (Red+Green+Blue) = 71+108+240=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #476CF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476CF0 is #B8930F. Grayscale: #6F6F6F. Windows color (decimal): -12096272 or 15756359. OLE color: 15756359.

HSL color Cylindrical-coordinate representation of color #476CF0: hue angle of 226.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #476CF0 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 108 240 -
CMYK 0.70 0.55 0 0.06
HSL 226.86º 0.85% 0.61% -
HSV(B) 226.86º 0.7% 0.94% -
XYZ 23.69 18.36 84.73 -
YUV 111.99 200.24 98.77 -
System Red Green Blue C M Y K H S L
Decimal 71 108 240 0.70 0.55 0 0.06 226.86 0.85 0.61
Hex 47 6C F0 46 37 0 6 E3 55 3D
Octal 107 154 360 106 67 0 6 343 125 75
Binary 1000111 1101100 11110000 1000110 110111 0 110 11100011 1010101 111101

Color Harmonies of #476CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CF0

Black with #476CF0

Text Example


Text Example

White with #476CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,108,240); }

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

background-color css

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

 a { background-color: rgb(71,108,240); }

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

border-color css

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

 span { border-color: rgb(71,108,240); }

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