Html Css Color HEX #475385 Tory Blue

📋 copy color: '#475385'

red 71 ◦ green 83 ◦ blue 133

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

Shades of Tory Blue #475385

Tints of Tory Blue #475385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

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

R = 24.74%
G = 28.92%
B = 46.34%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#475385 (or 0x475385) is known color: Tory Blue. HEX triplet: 47, 53 and 85. RGB value is (71,83,133). Sum of RGB (Red+Green+Blue) = 71+83+133=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #475385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475385 is #B8AC7A. Grayscale: #545454. Windows color (decimal): -12102779 or 8737607. OLE color: 8737607.

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

Color convert

RGB 71 83 133 -
CMYK 0.47 0.38 0 0.48
HSL 228.39º 0.3% 0.4% -
HSV(B) 228.39º 0.47% 0.52% -
XYZ 9.93 9.22 23.45 -
YUV 85.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 71 83 133 0.47 0.38 0 0.48 228.39 0.3 0.4
Hex 47 53 85 2F 26 0 30 E4 1E 28
Octal 107 123 205 57 46 0 60 344 36 50
Binary 1000111 1010011 10000101 101111 100110 0 110000 11100100 11110 101000

Color Harmonies of #475385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475385

Black with #475385

Text Example


Text Example

White with #475385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475385; }

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

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

background-color css

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

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

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

border-color css

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

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

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