Html Css Color HEX #475485 Tory Blue

📋 copy color: '#475485'

red 71 ◦ green 84 ◦ blue 133

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

Shades of Tory Blue #475485

Tints of Tory Blue #475485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.17%

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

R = 24.65%
G = 29.17%
B = 46.18%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#475485 (or 0x475485) is known color: Tory Blue. HEX triplet: 47, 54 and 85. RGB value is (71,84,133). Sum of RGB (Red+Green+Blue) = 71+84+133=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #475485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475485 is #B8AB7A. Grayscale: #555555. Windows color (decimal): -12102523 or 8737863. OLE color: 8737863.

HSL color Cylindrical-coordinate representation of color #475485: hue angle of 227.42º 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 #475485 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 84 133 -
CMYK 0.47 0.37 0 0.48
HSL 227.42º 0.3% 0.4% -
HSV(B) 227.42º 0.47% 0.52% -
XYZ 10 9.37 23.47 -
YUV 85.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 71 84 133 0.47 0.37 0 0.48 227.42 0.3 0.4
Hex 47 54 85 2F 25 0 30 E3 1E 28
Octal 107 124 205 57 45 0 60 343 36 50
Binary 1000111 1010100 10000101 101111 100101 0 110000 11100011 11110 101000

Color Harmonies of #475485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475485

Black with #475485

Text Example


Text Example

White with #475485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475485; }

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

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

background-color css

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

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

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

border-color css

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

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

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