Html Css Color HEX #485689 Tory Blue

📋 copy color: '#485689'

red 72 ◦ green 86 ◦ blue 137

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

Shades of Tory Blue #485689

Tints of Tory Blue #485689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.15%

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

R = 24.41%
G = 29.15%
B = 46.44%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#485689 (or 0x485689) is known color: Tory Blue. HEX triplet: 48, 56 and 89. RGB value is (72,86,137). Sum of RGB (Red+Green+Blue) = 72+86+137=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #485689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485689 is #B7A976. Grayscale: #575757. Windows color (decimal): -12036471 or 9000520. OLE color: 9000520.

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

Color convert

RGB 72 86 137 -
CMYK 0.47 0.37 0 0.46
HSL 227.08º 0.31% 0.41% -
HSV(B) 227.08º 0.47% 0.54% -
XYZ 10.52 9.84 25.01 -
YUV 87.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 72 86 137 0.47 0.37 0 0.46 227.08 0.31 0.41
Hex 48 56 89 2F 25 0 2E E3 1F 29
Octal 110 126 211 57 45 0 56 343 37 51
Binary 1001000 1010110 10001001 101111 100101 0 101110 11100011 11111 101001

Color Harmonies of #485689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485689

Black with #485689

Text Example


Text Example

White with #485689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485689; }

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

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

background-color css

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

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

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

border-color css

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

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

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