Html Css Color HEX #485389 Tory Blue

📋 copy color: '#485389'

red 72 ◦ green 83 ◦ blue 137

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

Shades of Tory Blue #485389

Tints of Tory Blue #485389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.42%

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

R = 24.66%
G = 28.42%
B = 46.92%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#485389 (or 0x485389) is known color: Tory Blue. HEX triplet: 48, 53 and 89. RGB value is (72,83,137). Sum of RGB (Red+Green+Blue) = 72+83+137=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #485389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485389 is #B7AC76. Grayscale: #555555. Windows color (decimal): -12037239 or 8999752. OLE color: 8999752.

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

Color convert

RGB 72 83 137 -
CMYK 0.47 0.39 0 0.46
HSL 229.85º 0.31% 0.41% -
HSV(B) 229.85º 0.47% 0.54% -
XYZ 10.28 9.37 24.93 -
YUV 85.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 72 83 137 0.47 0.39 0 0.46 229.85 0.31 0.41
Hex 48 53 89 2F 27 0 2E E6 1F 29
Octal 110 123 211 57 47 0 56 346 37 51
Binary 1001000 1010011 10001001 101111 100111 0 101110 11100110 11111 101001

Color Harmonies of #485389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485389

Black with #485389

Text Example


Text Example

White with #485389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485389; }

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

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

background-color css

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

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

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

border-color css

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

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

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