Html Css Color HEX #476CEB Royal Blue

📋 copy color: '#476CEB'

red 71 ◦ green 108 ◦ blue 235

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

Shades of Royal Blue #476CEB

Tints of Royal Blue #476CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.76%

R = 17.15%
G = 26.09%
B = 56.76%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#476CEB (or 0x476CEB) is known color: Royal Blue. HEX triplet: 47, 6C and EB. RGB value is (71,108,235). Sum of RGB (Red+Green+Blue) = 71+108+235=414 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.15% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #476CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476CEB is #B89314. Grayscale: #6E6E6E. Windows color (decimal): -12096277 or 15428679. OLE color: 15428679.

HSL color Cylindrical-coordinate representation of color #476CEB: hue angle of 226.46º 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 #476CEB is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 108 235 -
CMYK 0.70 0.54 0 0.08
HSL 226.46º 0.8% 0.6% -
HSV(B) 226.46º 0.7% 0.92% -
XYZ 22.96 18.06 80.87 -
YUV 111.42 197.74 99.17 -
System Red Green Blue C M Y K H S L
Decimal 71 108 235 0.70 0.54 0 0.08 226.46 0.8 0.6
Hex 47 6C EB 46 36 0 8 E2 50 3C
Octal 107 154 353 106 66 0 10 342 120 74
Binary 1000111 1101100 11101011 1000110 110110 0 1000 11100010 1010000 111100

Color Harmonies of #476CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CEB

Black with #476CEB

Text Example


Text Example

White with #476CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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