Html Css Color HEX #48558B Tory Blue

📋 copy color: '#48558B'

red 72 ◦ green 85 ◦ blue 139

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

Shades of Tory Blue #48558B

Tints of Tory Blue #48558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.72%

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

R = 24.32%
G = 28.72%
B = 46.96%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48558B (or 0x48558B) is known color: Tory Blue. HEX triplet: 48, 55 and 8B. RGB value is (72,85,139). Sum of RGB (Red+Green+Blue) = 72+85+139=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #48558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48558B is #B7AA74. Grayscale: #575757. Windows color (decimal): -12036725 or 9131336. OLE color: 9131336.

HSL color Cylindrical-coordinate representation of color #48558B: hue angle of 228.36º 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 #48558B is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 85 139 -
CMYK 0.48 0.39 0 0.45
HSL 228.36º 0.32% 0.41% -
HSV(B) 228.36º 0.48% 0.55% -
XYZ 10.58 9.74 25.75 -
YUV 87.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 72 85 139 0.48 0.39 0 0.45 228.36 0.32 0.41
Hex 48 55 8B 30 27 0 2D E4 20 29
Octal 110 125 213 60 47 0 55 344 40 51
Binary 1001000 1010101 10001011 110000 100111 0 101101 11100100 100000 101001

Color Harmonies of #48558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48558B

Black with #48558B

Text Example


Text Example

White with #48558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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