Html Css Color HEX #445A92 Mariner

📋 copy color: '#445A92'

red 68 ◦ green 90 ◦ blue 146

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

Shades of Mariner #445A92

Tints of Mariner #445A92

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.61%

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 22.37%
G = 29.61%
B = 48.03%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#445A92 (or 0x445A92) is known color: Mariner. HEX triplet: 44, 5A and 92. RGB value is (68,90,146). Sum of RGB (Red+Green+Blue) = 68+90+146=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #445A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445A92 is #BBA56D. Grayscale: #595959. Windows color (decimal): -12297582 or 9591364. OLE color: 9591364.

HSL color Cylindrical-coordinate representation of color #445A92: hue angle of 223.08º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #445A92 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 90 146 -
CMYK 0.53 0.38 0 0.43
HSL 223.08º 0.36% 0.42% -
HSV(B) 223.08º 0.53% 0.57% -
XYZ 11.23 10.62 28.65 -
YUV 89.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 68 90 146 0.53 0.38 0 0.43 223.08 0.36 0.42
Hex 44 5A 92 35 26 0 2B DF 24 2A
Octal 104 132 222 65 46 0 53 337 44 52
Binary 1000100 1011010 10010010 110101 100110 0 101011 11011111 100100 101010

Color Harmonies of #445A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445A92

Black with #445A92

Text Example


Text Example

White with #445A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445A92; }

 p { color: rgb(68,90,146); }

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

background-color css

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

 a { background-color: rgb(68,90,146); }

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

border-color css

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

 span { border-color: rgb(68,90,146); }

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