Html Css Color HEX #445993 Mariner

📋 copy color: '#445993'

red 68 ◦ green 89 ◦ blue 147

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

Shades of Mariner #445993

Tints of Mariner #445993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.36%

R = 22.37%
G = 29.28%
B = 48.36%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#445993 (or 0x445993) is known color: Mariner. HEX triplet: 44, 59 and 93. RGB value is (68,89,147). Sum of RGB (Red+Green+Blue) = 68+89+147=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #445993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445993 is #BBA66C. Grayscale: #595959. Windows color (decimal): -12297837 or 9656644. OLE color: 9656644.

HSL color Cylindrical-coordinate representation of color #445993: hue angle of 224.05º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #445993 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 89 147 -
CMYK 0.54 0.39 0 0.42
HSL 224.05º 0.37% 0.42% -
HSV(B) 224.05º 0.54% 0.58% -
XYZ 11.22 10.48 29.04 -
YUV 89.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 68 89 147 0.54 0.39 0 0.42 224.05 0.37 0.42
Hex 44 59 93 36 27 0 2A E0 25 2A
Octal 104 131 223 66 47 0 52 340 45 52
Binary 1000100 1011001 10010011 110110 100111 0 101010 11100000 100101 101010

Color Harmonies of #445993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445993

Black with #445993

Text Example


Text Example

White with #445993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445993; }

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

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

background-color css

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

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

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

border-color css

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

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

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