Html Css Color HEX #485789 Tory Blue

📋 copy color: '#485789'

red 72 ◦ green 87 ◦ blue 137

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

Shades of Tory Blue #485789

Tints of Tory Blue #485789

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.39%

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

R = 24.32%
G = 29.39%
B = 46.28%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#485789 (or 0x485789) is known color: Tory Blue. HEX triplet: 48, 57 and 89. RGB value is (72,87,137). Sum of RGB (Red+Green+Blue) = 72+87+137=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #485789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485789 is #B7A876. Grayscale: #585858. Windows color (decimal): -12036215 or 9000776. OLE color: 9000776.

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

Color convert

RGB 72 87 137 -
CMYK 0.47 0.36 0 0.46
HSL 226.15º 0.31% 0.41% -
HSV(B) 226.15º 0.47% 0.54% -
XYZ 10.6 10 25.04 -
YUV 88.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 72 87 137 0.47 0.36 0 0.46 226.15 0.31 0.41
Hex 48 57 89 2F 24 0 2E E2 1F 29
Octal 110 127 211 57 44 0 56 342 37 51
Binary 1001000 1010111 10001001 101111 100100 0 101110 11100010 11111 101001

Color Harmonies of #485789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485789

Black with #485789

Text Example


Text Example

White with #485789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485789; }

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

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

background-color css

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

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

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

border-color css

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

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

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