Html Css Color HEX #445796 Mariner

📋 copy color: '#445796'

red 68 ◦ green 87 ◦ blue 150

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

Shades of Mariner #445796

Tints of Mariner #445796

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.52%

 BLUE value IS 150 (58.98% from 255) = 49.18%

R = 22.3%
G = 28.52%
B = 49.18%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#445796 (or 0x445796) is known color: Mariner. HEX triplet: 44, 57 and 96. RGB value is (68,87,150). Sum of RGB (Red+Green+Blue) = 68+87+150=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #445796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445796 is #BBA869. Grayscale: #585858. Windows color (decimal): -12298346 or 9852740. OLE color: 9852740.

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

Color convert

RGB 68 87 150 -
CMYK 0.55 0.42 0 0.41
HSL 226.1º 0.38% 0.43% -
HSV(B) 226.1º 0.55% 0.59% -
XYZ 11.3 10.25 30.24 -
YUV 88.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 68 87 150 0.55 0.42 0 0.41 226.1 0.38 0.43
Hex 44 57 96 37 2A 0 29 E2 26 2B
Octal 104 127 226 67 52 0 51 342 46 53
Binary 1000100 1010111 10010110 110111 101010 0 101001 11100010 100110 101011

Color Harmonies of #445796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445796

Black with #445796

Text Example


Text Example

White with #445796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445796; }

 p { color: rgb(68,87,150); }

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

background-color css

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

 a { background-color: rgb(68,87,150); }

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

border-color css

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

 span { border-color: rgb(68,87,150); }

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