Html Css Color HEX #445794 Mariner

📋 copy color: '#445794'

red 68 ◦ green 87 ◦ blue 148

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

Shades of Mariner #445794

Tints of Mariner #445794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.84%

R = 22.44%
G = 28.71%
B = 48.84%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#445794 (or 0x445794) is known color: Mariner. HEX triplet: 44, 57 and 94. RGB value is (68,87,148). Sum of RGB (Red+Green+Blue) = 68+87+148=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #445794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445794 is #BBA86B. Grayscale: #585858. Windows color (decimal): -12298348 or 9721668. OLE color: 9721668.

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

Color convert

RGB 68 87 148 -
CMYK 0.54 0.41 0 0.42
HSL 225.75º 0.37% 0.42% -
HSV(B) 225.75º 0.54% 0.58% -
XYZ 11.14 10.18 29.4 -
YUV 88.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 68 87 148 0.54 0.41 0 0.42 225.75 0.37 0.42
Hex 44 57 94 36 29 0 2A E2 25 2A
Octal 104 127 224 66 51 0 52 342 45 52
Binary 1000100 1010111 10010100 110110 101001 0 101010 11100010 100101 101010

Color Harmonies of #445794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445794

Black with #445794

Text Example


Text Example

White with #445794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445794; }

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

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

background-color css

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

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

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

border-color css

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

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

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