Html Css Color HEX #445999 Mariner

📋 copy color: '#445999'

red 68 ◦ green 89 ◦ blue 153

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

Shades of Mariner #445999

Tints of Mariner #445999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

 BLUE value IS 153 (60.16% from 255) = 49.35%

R = 21.94%
G = 28.71%
B = 49.35%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#445999 (or 0x445999) is known color: Mariner. HEX triplet: 44, 59 and 99. RGB value is (68,89,153). Sum of RGB (Red+Green+Blue) = 68+89+153=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #445999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445999 is #BBA666. Grayscale: #595959. Windows color (decimal): -12297831 or 10049860. OLE color: 10049860.

HSL color Cylindrical-coordinate representation of color #445999: hue angle of 225.18º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #445999 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 89 153 -
CMYK 0.56 0.42 0 0.4
HSL 225.18º 0.38% 0.43% -
HSV(B) 225.18º 0.56% 0.6% -
XYZ 11.71 10.67 31.58 -
YUV 90.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 68 89 153 0.56 0.42 0 0.4 225.18 0.38 0.43
Hex 44 59 99 38 2A 0 28 E1 26 2B
Octal 104 131 231 70 52 0 50 341 46 53
Binary 1000100 1011001 10011001 111000 101010 0 101000 11100001 100110 101011

Color Harmonies of #445999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445999

Black with #445999

Text Example


Text Example

White with #445999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445999; }

 p { color: rgb(68,89,153); }

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

background-color css

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

 a { background-color: rgb(68,89,153); }

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

border-color css

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

 span { border-color: rgb(68,89,153); }

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