Html Css Color HEX #48578B Tory Blue

📋 copy color: '#48578B'

red 72 ◦ green 87 ◦ blue 139

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

Shades of Tory Blue #48578B

Tints of Tory Blue #48578B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.64%

R = 24.16%
G = 29.19%
B = 46.64%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48578B (or 0x48578B) is known color: Tory Blue. HEX triplet: 48, 57 and 8B. RGB value is (72,87,139). Sum of RGB (Red+Green+Blue) = 72+87+139=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #48578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48578B is #B7A874. Grayscale: #585858. Windows color (decimal): -12036213 or 9131848. OLE color: 9131848.

HSL color Cylindrical-coordinate representation of color #48578B: hue angle of 226.57º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48578B is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 87 139 -
CMYK 0.48 0.37 0 0.45
HSL 226.57º 0.32% 0.41% -
HSV(B) 226.57º 0.48% 0.55% -
XYZ 10.74 10.06 25.8 -
YUV 88.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 72 87 139 0.48 0.37 0 0.45 226.57 0.32 0.41
Hex 48 57 8B 30 25 0 2D E3 20 29
Octal 110 127 213 60 45 0 55 343 40 51
Binary 1001000 1010111 10001011 110000 100101 0 101101 11100011 100000 101001

Color Harmonies of #48578B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48578B

Black with #48578B

Text Example


Text Example

White with #48578B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48578B; }

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

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

background-color css

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

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

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

border-color css

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

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

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