Html Css Color HEX #485688 Tory Blue

📋 copy color: '#485688'

red 72 ◦ green 86 ◦ blue 136

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

Shades of Tory Blue #485688

Tints of Tory Blue #485688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.25%

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

R = 24.49%
G = 29.25%
B = 46.26%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#485688 (or 0x485688) is known color: Tory Blue. HEX triplet: 48, 56 and 88. RGB value is (72,86,136). Sum of RGB (Red+Green+Blue) = 72+86+136=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #485688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485688 is #B7A977. Grayscale: #575757. Windows color (decimal): -12036472 or 8934984. OLE color: 8934984.

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

Color convert

RGB 72 86 136 -
CMYK 0.47 0.37 0 0.47
HSL 226.88º 0.31% 0.41% -
HSV(B) 226.88º 0.47% 0.53% -
XYZ 10.44 9.81 24.64 -
YUV 87.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 72 86 136 0.47 0.37 0 0.47 226.88 0.31 0.41
Hex 48 56 88 2F 25 0 2F E3 1F 29
Octal 110 126 210 57 45 0 57 343 37 51
Binary 1001000 1010110 10001000 101111 100101 0 101111 11100011 11111 101001

Color Harmonies of #485688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485688

Black with #485688

Text Example


Text Example

White with #485688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485688; }

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

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

background-color css

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

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

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

border-color css

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

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

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