Html Css Color HEX #445696 Mariner

📋 copy color: '#445696'

red 68 ◦ green 86 ◦ blue 150

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

Shades of Mariner #445696

Tints of Mariner #445696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.29%

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

R = 22.37%
G = 28.29%
B = 49.34%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#445696 (or 0x445696) is known color: Mariner. HEX triplet: 44, 56 and 96. RGB value is (68,86,150). Sum of RGB (Red+Green+Blue) = 68+86+150=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #445696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445696 is #BBA969. Grayscale: #575757. Windows color (decimal): -12298602 or 9852484. OLE color: 9852484.

HSL color Cylindrical-coordinate representation of color #445696: hue angle of 226.83º 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 #445696 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 86 150 -
CMYK 0.55 0.43 0 0.41
HSL 226.83º 0.38% 0.43% -
HSV(B) 226.83º 0.55% 0.59% -
XYZ 11.22 10.09 30.21 -
YUV 87.91 163.04 113.8 -
System Red Green Blue C M Y K H S L
Decimal 68 86 150 0.55 0.43 0 0.41 226.83 0.38 0.43
Hex 44 56 96 37 2B 0 29 E3 26 2B
Octal 104 126 226 67 53 0 51 343 46 53
Binary 1000100 1010110 10010110 110111 101011 0 101001 11100011 100110 101011

Color Harmonies of #445696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445696

Black with #445696

Text Example


Text Example

White with #445696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445696; }

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

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

background-color css

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

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

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

border-color css

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

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

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