Html Css Color HEX #485385 Tory Blue

📋 copy color: '#485385'

red 72 ◦ green 83 ◦ blue 133

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

Shades of Tory Blue #485385

Tints of Tory Blue #485385

RGB

 RED value IS 72 (28.52% from 255) = 25%

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

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

R = 25%
G = 28.82%
B = 46.18%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#485385 (or 0x485385) is known color: Tory Blue. HEX triplet: 48, 53 and 85. RGB value is (72,83,133). Sum of RGB (Red+Green+Blue) = 72+83+133=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 83 (32.81% from 255 or 28.82% 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 #485385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485385 is #B7AC7A. Grayscale: #555555. Windows color (decimal): -12037243 or 8737608. OLE color: 8737608.

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

Color convert

RGB 72 83 133 -
CMYK 0.46 0.38 0 0.48
HSL 229.18º 0.3% 0.4% -
HSV(B) 229.18º 0.46% 0.52% -
XYZ 10 9.26 23.45 -
YUV 85.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 72 83 133 0.46 0.38 0 0.48 229.18 0.3 0.4
Hex 48 53 85 2E 26 0 30 E5 1E 28
Octal 110 123 205 56 46 0 60 345 36 50
Binary 1001000 1010011 10000101 101110 100110 0 110000 11100101 11110 101000

Color Harmonies of #485385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485385

Black with #485385

Text Example


Text Example

White with #485385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485385; }

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

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

background-color css

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

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

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

border-color css

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

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

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