Html Css Color HEX #476CDE Royal Blue

📋 copy color: '#476CDE'

red 71 ◦ green 108 ◦ blue 222

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

Shades of Royal Blue #476CDE

Tints of Royal Blue #476CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.36%

R = 17.71%
G = 26.93%
B = 55.36%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#476CDE (or 0x476CDE) is known color: Royal Blue. HEX triplet: 47, 6C and DE. RGB value is (71,108,222). Sum of RGB (Red+Green+Blue) = 71+108+222=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #476CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CDE is #B89321. Grayscale: #6D6D6D. Windows color (decimal): -12096290 or 14576711. OLE color: 14576711.

HSL color Cylindrical-coordinate representation of color #476CDE: hue angle of 225.3º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476CDE is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 108 222 -
CMYK 0.68 0.51 0 0.13
HSL 225.3º 0.7% 0.57% -
HSV(B) 225.3º 0.68% 0.87% -
XYZ 21.15 17.34 71.34 -
YUV 109.93 191.24 100.23 -
System Red Green Blue C M Y K H S L
Decimal 71 108 222 0.68 0.51 0 0.13 225.3 0.7 0.57
Hex 47 6C DE 44 33 0 D E1 46 39
Octal 107 154 336 104 63 0 15 341 106 71
Binary 1000111 1101100 11011110 1000100 110011 0 1101 11100001 1000110 111001

Color Harmonies of #476CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CDE

Black with #476CDE

Text Example


Text Example

White with #476CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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