Html Css Color HEX #485485 Tory Blue

📋 copy color: '#485485'

red 72 ◦ green 84 ◦ blue 133

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

Shades of Tory Blue #485485

Tints of Tory Blue #485485

RGB

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

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

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

R = 24.91%
G = 29.07%
B = 46.02%

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

#485485 (or 0x485485) is known color: Tory Blue. HEX triplet: 48, 54 and 85. RGB value is (72,84,133). Sum of RGB (Red+Green+Blue) = 72+84+133=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #485485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485485 is #B7AB7A. Grayscale: #555555. Windows color (decimal): -12036987 or 8737864. OLE color: 8737864.

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

Color convert

RGB 72 84 133 -
CMYK 0.46 0.37 0 0.48
HSL 228.2º 0.3% 0.4% -
HSV(B) 228.2º 0.46% 0.52% -
XYZ 10.08 9.41 23.48 -
YUV 86 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 72 84 133 0.46 0.37 0 0.48 228.2 0.3 0.4
Hex 48 54 85 2E 25 0 30 E4 1E 28
Octal 110 124 205 56 45 0 60 344 36 50
Binary 1001000 1010100 10000101 101110 100101 0 110000 11100100 11110 101000

Color Harmonies of #485485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485485

Black with #485485

Text Example


Text Example

White with #485485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485485; }

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

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

background-color css

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

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

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

border-color css

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

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

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