Html Css Color HEX #476ECB Royal Blue

📋 copy color: '#476ECB'

red 71 ◦ green 110 ◦ blue 203

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

Shades of Royal Blue #476ECB

Tints of Royal Blue #476ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.86%

R = 18.49%
G = 28.65%
B = 52.86%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#476ECB (or 0x476ECB) is known color: Royal Blue. HEX triplet: 47, 6E and CB. RGB value is (71,110,203). Sum of RGB (Red+Green+Blue) = 71+110+203=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #476ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ECB is #B89134. Grayscale: #6C6C6C. Windows color (decimal): -12095797 or 13332039. OLE color: 13332039.

HSL color Cylindrical-coordinate representation of color #476ECB: hue angle of 222.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #476ECB is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 110 203 -
CMYK 0.65 0.46 0 0.20
HSL 222.27º 0.56% 0.54% -
HSV(B) 222.27º 0.65% 0.8% -
XYZ 18.95 16.8 58.74 -
YUV 108.94 181.08 100.94 -
System Red Green Blue C M Y K H S L
Decimal 71 110 203 0.65 0.46 0 0.20 222.27 0.56 0.54
Hex 47 6E CB 41 2E 0 14 DE 38 36
Octal 107 156 313 101 56 0 24 336 70 66
Binary 1000111 1101110 11001011 1000001 101110 0 10100 11011110 111000 110110

Color Harmonies of #476ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476ECB

Black with #476ECB

Text Example


Text Example

White with #476ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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