Html Css Color HEX #445893 Mariner

📋 copy color: '#445893'

red 68 ◦ green 88 ◦ blue 147

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

Shades of Mariner #445893

Tints of Mariner #445893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

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

R = 22.44%
G = 29.04%
B = 48.51%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#445893 (or 0x445893) is known color: Mariner. HEX triplet: 44, 58 and 93. RGB value is (68,88,147). Sum of RGB (Red+Green+Blue) = 68+88+147=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #445893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445893 is #BBA76C. Grayscale: #585858. Windows color (decimal): -12298093 or 9656388. OLE color: 9656388.

HSL color Cylindrical-coordinate representation of color #445893: hue angle of 224.81º 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 #445893 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 88 147 -
CMYK 0.54 0.40 0 0.42
HSL 224.81º 0.37% 0.42% -
HSV(B) 224.81º 0.54% 0.58% -
XYZ 11.14 10.31 29.01 -
YUV 88.75 160.87 113.2 -
System Red Green Blue C M Y K H S L
Decimal 68 88 147 0.54 0.40 0 0.42 224.81 0.37 0.42
Hex 44 58 93 36 28 0 2A E1 25 2A
Octal 104 130 223 66 50 0 52 341 45 52
Binary 1000100 1011000 10010011 110110 101000 0 101010 11100001 100101 101010

Color Harmonies of #445893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445893

Black with #445893

Text Example


Text Example

White with #445893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445893; }

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

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

background-color css

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

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

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

border-color css

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

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

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