Html Css Color HEX #475185 Tory Blue

📋 copy color: '#475185'

red 71 ◦ green 81 ◦ blue 133

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

Shades of Tory Blue #475185

Tints of Tory Blue #475185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 24.91%
G = 28.42%
B = 46.67%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#475185 (or 0x475185) is known color: Tory Blue. HEX triplet: 47, 51 and 85. RGB value is (71,81,133). Sum of RGB (Red+Green+Blue) = 71+81+133=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #475185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475185 is #B8AE7A. Grayscale: #535353. Windows color (decimal): -12103291 or 8737095. OLE color: 8737095.

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

Color convert

RGB 71 81 133 -
CMYK 0.47 0.39 0 0.48
HSL 230.32º 0.3% 0.4% -
HSV(B) 230.32º 0.47% 0.52% -
XYZ 9.77 8.92 23.4 -
YUV 83.94 155.69 118.77 -
System Red Green Blue C M Y K H S L
Decimal 71 81 133 0.47 0.39 0 0.48 230.32 0.3 0.4
Hex 47 51 85 2F 27 0 30 E6 1E 28
Octal 107 121 205 57 47 0 60 346 36 50
Binary 1000111 1010001 10000101 101111 100111 0 110000 11100110 11110 101000

Color Harmonies of #475185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475185

Black with #475185

Text Example


Text Example

White with #475185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475185; }

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

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

background-color css

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

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

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

border-color css

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

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

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