Html Css Color HEX #485087 Tory Blue

📋 copy color: '#485087'

red 72 ◦ green 80 ◦ blue 135

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

Shades of Tory Blue #485087

Tints of Tory Blue #485087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

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

R = 25.09%
G = 27.87%
B = 47.04%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#485087 (or 0x485087) is known color: Tory Blue. HEX triplet: 48, 50 and 87. RGB value is (72,80,135). Sum of RGB (Red+Green+Blue) = 72+80+135=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #485087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485087 is #B7AF78. Grayscale: #535353. Windows color (decimal): -12038009 or 8867912. OLE color: 8867912.

HSL color Cylindrical-coordinate representation of color #485087: hue angle of 232.38º 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 #485087 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 80 135 -
CMYK 0.47 0.41 0 0.47
HSL 232.38º 0.3% 0.41% -
HSV(B) 232.38º 0.47% 0.53% -
XYZ 9.91 8.86 24.11 -
YUV 83.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 72 80 135 0.47 0.41 0 0.47 232.38 0.3 0.41
Hex 48 50 87 2F 29 0 2F E8 1E 29
Octal 110 120 207 57 51 0 57 350 36 51
Binary 1001000 1010000 10000111 101111 101001 0 101111 11101000 11110 101001

Color Harmonies of #485087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485087

Black with #485087

Text Example


Text Example

White with #485087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485087; }

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

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

background-color css

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

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

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

border-color css

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

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

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