Html Css Color HEX #475184 Tory Blue

📋 copy color: '#475184'

red 71 ◦ green 81 ◦ blue 132

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

Shades of Tory Blue #475184

Tints of Tory Blue #475184

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

 BLUE value IS 132 (51.95% from 255) = 46.48%

R = 25%
G = 28.52%
B = 46.48%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#475184 (or 0x475184) is known color: Tory Blue. HEX triplet: 47, 51 and 84. RGB value is (71,81,132). Sum of RGB (Red+Green+Blue) = 71+81+132=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #475184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475184 is #B8AE7B. Grayscale: #535353. Windows color (decimal): -12103292 or 8671559. OLE color: 8671559.

HSL color Cylindrical-coordinate representation of color #475184: hue angle of 230.16º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #475184 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 81 132 -
CMYK 0.46 0.39 0 0.48
HSL 230.16º 0.3% 0.4% -
HSV(B) 230.16º 0.46% 0.52% -
XYZ 9.71 8.89 23.03 -
YUV 83.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 71 81 132 0.46 0.39 0 0.48 230.16 0.3 0.4
Hex 47 51 84 2E 27 0 30 E6 1E 28
Octal 107 121 204 56 47 0 60 346 36 50
Binary 1000111 1010001 10000100 101110 100111 0 110000 11100110 11110 101000

Color Harmonies of #475184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475184

Black with #475184

Text Example


Text Example

White with #475184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475184; }

 p { color: rgb(71,81,132); }

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

background-color css

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

 a { background-color: rgb(71,81,132); }

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

border-color css

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

 span { border-color: rgb(71,81,132); }

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