Html Css Color HEX #476EEA Royal Blue

📋 copy color: '#476EEA'

red 71 ◦ green 110 ◦ blue 234

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

Shades of Royal Blue #476EEA

Tints of Royal Blue #476EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.51%

 BLUE value IS 234 (91.8% from 255) = 56.39%

R = 17.11%
G = 26.51%
B = 56.39%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#476EEA (or 0x476EEA) is known color: Royal Blue. HEX triplet: 47, 6E and EA. RGB value is (71,110,234). Sum of RGB (Red+Green+Blue) = 71+110+234=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #476EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476EEA is #B89115. Grayscale: #6F6F6F. Windows color (decimal): -12095766 or 15363655. OLE color: 15363655.

HSL color Cylindrical-coordinate representation of color #476EEA: hue angle of 225.64º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #476EEA is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 110 234 -
CMYK 0.70 0.53 0 0.08
HSL 225.64º 0.8% 0.6% -
HSV(B) 225.64º 0.7% 0.92% -
XYZ 23.03 18.43 80.19 -
YUV 112.48 196.58 98.42 -
System Red Green Blue C M Y K H S L
Decimal 71 110 234 0.70 0.53 0 0.08 225.64 0.8 0.6
Hex 47 6E EA 46 35 0 8 E2 50 3C
Octal 107 156 352 106 65 0 10 342 120 74
Binary 1000111 1101110 11101010 1000110 110101 0 1000 11100010 1010000 111100

Color Harmonies of #476EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476EEA

Black with #476EEA

Text Example


Text Example

White with #476EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,110,234); }

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

background-color css

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

 a { background-color: rgb(71,110,234); }

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

border-color css

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

 span { border-color: rgb(71,110,234); }

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