Html Css Color HEX #445483 Tory Blue

📋 copy color: '#445483'

red 68 ◦ green 84 ◦ blue 131

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

Shades of Tory Blue #445483

Tints of Tory Blue #445483

RGB

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

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

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

R = 24.03%
G = 29.68%
B = 46.29%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445483 (or 0x445483) is known color: Tory Blue. HEX triplet: 44, 54 and 83. RGB value is (68,84,131). Sum of RGB (Red+Green+Blue) = 68+84+131=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #445483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445483 is #BBAB7C. Grayscale: #545454. Windows color (decimal): -12299133 or 8606788. OLE color: 8606788.

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

Color convert

RGB 68 84 131 -
CMYK 0.48 0.36 0 0.49
HSL 224.76º 0.32% 0.39% -
HSV(B) 224.76º 0.48% 0.51% -
XYZ 9.65 9.21 22.74 -
YUV 84.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 68 84 131 0.48 0.36 0 0.49 224.76 0.32 0.39
Hex 44 54 83 30 24 0 31 E1 20 27
Octal 104 124 203 60 44 0 61 341 40 47
Binary 1000100 1010100 10000011 110000 100100 0 110001 11100001 100000 100111

Color Harmonies of #445483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445483

Black with #445483

Text Example


Text Example

White with #445483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445483; }

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

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

background-color css

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

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

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

border-color css

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

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

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