Html Css Color HEX #485285 Tory Blue

📋 copy color: '#485285'

red 72 ◦ green 82 ◦ blue 133

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

Shades of Tory Blue #485285

Tints of Tory Blue #485285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

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

R = 25.09%
G = 28.57%
B = 46.34%

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

#485285 (or 0x485285) is known color: Tory Blue. HEX triplet: 48, 52 and 85. RGB value is (72,82,133). Sum of RGB (Red+Green+Blue) = 72+82+133=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 82 (32.42% from 255 or 28.57% 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 #485285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485285 is #B7AD7A. Grayscale: #545454. Windows color (decimal): -12037499 or 8737352. OLE color: 8737352.

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

Color convert

RGB 72 82 133 -
CMYK 0.46 0.38 0 0.48
HSL 230.16º 0.3% 0.4% -
HSV(B) 230.16º 0.46% 0.52% -
XYZ 9.92 9.11 23.42 -
YUV 84.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 72 82 133 0.46 0.38 0 0.48 230.16 0.3 0.4
Hex 48 52 85 2E 26 0 30 E6 1E 28
Octal 110 122 205 56 46 0 60 346 36 50
Binary 1001000 1010010 10000101 101110 100110 0 110000 11100110 11110 101000

Color Harmonies of #485285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485285

Black with #485285

Text Example


Text Example

White with #485285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485285; }

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

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

background-color css

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

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

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

border-color css

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

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

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