Html Css Color HEX #475384 Tory Blue

📋 copy color: '#475384'

red 71 ◦ green 83 ◦ blue 132

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

Shades of Tory Blue #475384

Tints of Tory Blue #475384

RGB

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

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

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

R = 24.83%
G = 29.02%
B = 46.15%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#475384 (or 0x475384) is known color: Tory Blue. HEX triplet: 47, 53 and 84. RGB value is (71,83,132). Sum of RGB (Red+Green+Blue) = 71+83+132=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #475384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475384 is #B8AC7B. Grayscale: #545454. Windows color (decimal): -12102780 or 8672071. OLE color: 8672071.

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

Color convert

RGB 71 83 132 -
CMYK 0.46 0.37 0 0.48
HSL 228.2º 0.3% 0.4% -
HSV(B) 228.2º 0.46% 0.52% -
XYZ 9.86 9.19 23.08 -
YUV 85 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 71 83 132 0.46 0.37 0 0.48 228.2 0.3 0.4
Hex 47 53 84 2E 25 0 30 E4 1E 28
Octal 107 123 204 56 45 0 60 344 36 50
Binary 1000111 1010011 10000100 101110 100101 0 110000 11100100 11110 101000

Color Harmonies of #475384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475384

Black with #475384

Text Example


Text Example

White with #475384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475384; }

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

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

background-color css

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

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

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

border-color css

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

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

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