Html Css Color HEX #485187 Tory Blue

📋 copy color: '#485187'

red 72 ◦ green 81 ◦ blue 135

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

Shades of Tory Blue #485187

Tints of Tory Blue #485187

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.13%

 BLUE value IS 135 (53.13% from 255) = 46.88%

R = 25%
G = 28.13%
B = 46.88%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#485187 (or 0x485187) is known color: Tory Blue. HEX triplet: 48, 51 and 87. RGB value is (72,81,135). Sum of RGB (Red+Green+Blue) = 72+81+135=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #485187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485187 is #B7AE78. Grayscale: #545454. Windows color (decimal): -12037753 or 8868168. OLE color: 8868168.

HSL color Cylindrical-coordinate representation of color #485187: hue angle of 231.43º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #485187 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 81 135 -
CMYK 0.47 0.40 0 0.47
HSL 231.43º 0.3% 0.41% -
HSV(B) 231.43º 0.47% 0.53% -
XYZ 9.99 9.01 24.13 -
YUV 84.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 72 81 135 0.47 0.40 0 0.47 231.43 0.3 0.41
Hex 48 51 87 2F 28 0 2F E7 1E 29
Octal 110 121 207 57 50 0 57 347 36 51
Binary 1001000 1010001 10000111 101111 101000 0 101111 11100111 11110 101001

Color Harmonies of #485187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485187

Black with #485187

Text Example


Text Example

White with #485187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485187; }

 p { color: rgb(72,81,135); }

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

background-color css

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

 a { background-color: rgb(72,81,135); }

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

border-color css

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

 span { border-color: rgb(72,81,135); }

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