Html Css Color HEX #445182 Tory Blue

📋 copy color: '#445182'

red 68 ◦ green 81 ◦ blue 130

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

Shades of Tory Blue #445182

Tints of Tory Blue #445182

RGB

 RED value IS 68 (26.95% from 255) = 24.37%

 GREEN value IS 81 (32.03% from 255) = 29.03%

 BLUE value IS 130 (51.17% from 255) = 46.59%

R = 24.37%
G = 29.03%
B = 46.59%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445182 (or 0x445182) is known color: Tory Blue. HEX triplet: 44, 51 and 82. RGB value is (68,81,130). Sum of RGB (Red+Green+Blue) = 68+81+130=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #445182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445182 is #BBAE7D. Grayscale: #525252. Windows color (decimal): -12299902 or 8540484. OLE color: 8540484.

HSL color Cylindrical-coordinate representation of color #445182: hue angle of 227.42º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445182 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 81 130 -
CMYK 0.48 0.38 0 0.49
HSL 227.42º 0.31% 0.39% -
HSV(B) 227.42º 0.48% 0.51% -
XYZ 9.36 8.73 22.31 -
YUV 82.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 68 81 130 0.48 0.38 0 0.49 227.42 0.31 0.39
Hex 44 51 82 30 26 0 31 E3 1F 27
Octal 104 121 202 60 46 0 61 343 37 47
Binary 1000100 1010001 10000010 110000 100110 0 110001 11100011 11111 100111

Color Harmonies of #445182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445182

Black with #445182

Text Example


Text Example

White with #445182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445182; }

 p { color: rgb(68,81,130); }

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

background-color css

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

 a { background-color: rgb(68,81,130); }

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

border-color css

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

 span { border-color: rgb(68,81,130); }

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