Html Css Color HEX #485488 Tory Blue

📋 copy color: '#485488'

red 72 ◦ green 84 ◦ blue 136

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

Shades of Tory Blue #485488

Tints of Tory Blue #485488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.77%

 BLUE value IS 136 (53.52% from 255) = 46.58%

R = 24.66%
G = 28.77%
B = 46.58%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#485488 (or 0x485488) is known color: Tory Blue. HEX triplet: 48, 54 and 88. RGB value is (72,84,136). Sum of RGB (Red+Green+Blue) = 72+84+136=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #485488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485488 is #B7AB77. Grayscale: #565656. Windows color (decimal): -12036984 or 8934472. OLE color: 8934472.

HSL color Cylindrical-coordinate representation of color #485488: hue angle of 228.75º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #485488 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 84 136 -
CMYK 0.47 0.38 0 0.47
HSL 228.75º 0.31% 0.41% -
HSV(B) 228.75º 0.47% 0.53% -
XYZ 10.29 9.5 24.58 -
YUV 86.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 72 84 136 0.47 0.38 0 0.47 228.75 0.31 0.41
Hex 48 54 88 2F 26 0 2F E5 1F 29
Octal 110 124 210 57 46 0 57 345 37 51
Binary 1001000 1010100 10001000 101111 100110 0 101111 11100101 11111 101001

Color Harmonies of #485488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485488

Black with #485488

Text Example


Text Example

White with #485488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485488; }

 p { color: rgb(72,84,136); }

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

background-color css

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

 a { background-color: rgb(72,84,136); }

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

border-color css

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

 span { border-color: rgb(72,84,136); }

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