Html Css Color HEX #485288 Tory Blue

📋 copy color: '#485288'

red 72 ◦ green 82 ◦ blue 136

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

Shades of Tory Blue #485288

Tints of Tory Blue #485288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.28%

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

R = 24.83%
G = 28.28%
B = 46.9%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#485288 (or 0x485288) is known color: Tory Blue. HEX triplet: 48, 52 and 88. RGB value is (72,82,136). Sum of RGB (Red+Green+Blue) = 72+82+136=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #485288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485288 is #B7AD77. Grayscale: #545454. Windows color (decimal): -12037496 or 8933960. OLE color: 8933960.

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

Color convert

RGB 72 82 136 -
CMYK 0.47 0.40 0 0.47
HSL 230.63º 0.31% 0.41% -
HSV(B) 230.63º 0.47% 0.53% -
XYZ 10.13 9.19 24.53 -
YUV 85.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 72 82 136 0.47 0.40 0 0.47 230.63 0.31 0.41
Hex 48 52 88 2F 28 0 2F E7 1F 29
Octal 110 122 210 57 50 0 57 347 37 51
Binary 1001000 1010010 10001000 101111 101000 0 101111 11100111 11111 101001

Color Harmonies of #485288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485288

Black with #485288

Text Example


Text Example

White with #485288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485288; }

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

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

background-color css

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

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

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

border-color css

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

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

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