Html Css Color HEX #445083 Tory Blue

📋 copy color: '#445083'

red 68 ◦ green 80 ◦ blue 131

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

Shades of Tory Blue #445083

Tints of Tory Blue #445083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

 BLUE value IS 131 (51.56% from 255) = 46.95%

R = 24.37%
G = 28.67%
B = 46.95%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445083 (or 0x445083) is known color: Tory Blue. HEX triplet: 44, 50 and 83. RGB value is (68,80,131). Sum of RGB (Red+Green+Blue) = 68+80+131=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #445083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445083 is #BBAF7C. Grayscale: #525252. Windows color (decimal): -12300157 or 8605764. OLE color: 8605764.

HSL color Cylindrical-coordinate representation of color #445083: hue angle of 228.57º degrees, saturation: 0.32, 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 #445083 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 80 131 -
CMYK 0.48 0.39 0 0.49
HSL 228.57º 0.32% 0.39% -
HSV(B) 228.57º 0.48% 0.51% -
XYZ 9.35 8.6 22.64 -
YUV 82.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 68 80 131 0.48 0.39 0 0.49 228.57 0.32 0.39
Hex 44 50 83 30 27 0 31 E5 20 27
Octal 104 120 203 60 47 0 61 345 40 47
Binary 1000100 1010000 10000011 110000 100111 0 110001 11100101 100000 100111

Color Harmonies of #445083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445083

Black with #445083

Text Example


Text Example

White with #445083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445083; }

 p { color: rgb(68,80,131); }

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

background-color css

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

 a { background-color: rgb(68,80,131); }

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

border-color css

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

 span { border-color: rgb(68,80,131); }

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