Html Css Color HEX #485189 Tory Blue

📋 copy color: '#485189'

red 72 ◦ green 81 ◦ blue 137

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

Shades of Tory Blue #485189

Tints of Tory Blue #485189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.24%

R = 24.83%
G = 27.93%
B = 47.24%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#485189 (or 0x485189) is known color: Tory Blue. HEX triplet: 48, 51 and 89. RGB value is (72,81,137). Sum of RGB (Red+Green+Blue) = 72+81+137=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #485189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485189 is #B7AE76. Grayscale: #545454. Windows color (decimal): -12037751 or 8999240. OLE color: 8999240.

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

Color convert

RGB 72 81 137 -
CMYK 0.47 0.41 0 0.46
HSL 231.69º 0.31% 0.41% -
HSV(B) 231.69º 0.47% 0.54% -
XYZ 10.13 9.07 24.88 -
YUV 84.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 72 81 137 0.47 0.41 0 0.46 231.69 0.31 0.41
Hex 48 51 89 2F 29 0 2E E8 1F 29
Octal 110 121 211 57 51 0 56 350 37 51
Binary 1001000 1010001 10001001 101111 101001 0 101110 11101000 11111 101001

Color Harmonies of #485189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485189

Black with #485189

Text Example


Text Example

White with #485189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485189; }

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

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

background-color css

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

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

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

border-color css

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

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

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