Html Css Color HEX #445C92 Mariner

📋 copy color: '#445C92'

red 68 ◦ green 92 ◦ blue 146

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

Shades of Mariner #445C92

Tints of Mariner #445C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

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

R = 22.22%
G = 30.07%
B = 47.71%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#445C92 (or 0x445C92) is known color: Mariner. HEX triplet: 44, 5C and 92. RGB value is (68,92,146). Sum of RGB (Red+Green+Blue) = 68+92+146=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #445C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445C92 is #BBA36D. Grayscale: #5A5A5A. Windows color (decimal): -12297070 or 9591876. OLE color: 9591876.

HSL color Cylindrical-coordinate representation of color #445C92: hue angle of 221.54º 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 #445C92 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 92 146 -
CMYK 0.53 0.37 0 0.43
HSL 221.54º 0.36% 0.42% -
HSV(B) 221.54º 0.53% 0.57% -
XYZ 11.4 10.96 28.71 -
YUV 90.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 68 92 146 0.53 0.37 0 0.43 221.54 0.36 0.42
Hex 44 5C 92 35 25 0 2B DE 24 2A
Octal 104 134 222 65 45 0 53 336 44 52
Binary 1000100 1011100 10010010 110101 100101 0 101011 11011110 100100 101010

Color Harmonies of #445C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C92

Black with #445C92

Text Example


Text Example

White with #445C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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