Html Css Color HEX #475890 Tory Blue

📋 copy color: '#475890'

red 71 ◦ green 88 ◦ blue 144

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

Shades of Tory Blue #475890

Tints of Tory Blue #475890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 23.43%
G = 29.04%
B = 47.52%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#475890 (or 0x475890) is known color: Tory Blue. HEX triplet: 47, 58 and 90. RGB value is (71,88,144). Sum of RGB (Red+Green+Blue) = 71+88+144=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #475890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475890 is #B8A76F. Grayscale: #595959. Windows color (decimal): -12101488 or 9459783. OLE color: 9459783.

HSL color Cylindrical-coordinate representation of color #475890: hue angle of 226.03º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #475890 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 88 144 -
CMYK 0.51 0.39 0 0.44
HSL 226.03º 0.34% 0.42% -
HSV(B) 226.03º 0.51% 0.56% -
XYZ 11.12 10.33 27.79 -
YUV 89.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 71 88 144 0.51 0.39 0 0.44 226.03 0.34 0.42
Hex 47 58 90 33 27 0 2C E2 22 2A
Octal 107 130 220 63 47 0 54 342 42 52
Binary 1000111 1011000 10010000 110011 100111 0 101100 11100010 100010 101010

Color Harmonies of #475890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475890

Black with #475890

Text Example


Text Example

White with #475890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475890; }

 p { color: rgb(71,88,144); }

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

background-color css

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

 a { background-color: rgb(71,88,144); }

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

border-color css

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

 span { border-color: rgb(71,88,144); }

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