Html Css Color HEX #445D92 Mariner

📋 copy color: '#445D92'

red 68 ◦ green 93 ◦ blue 146

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

Shades of Mariner #445D92

Tints of Mariner #445D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.29%

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

R = 22.15%
G = 30.29%
B = 47.56%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#445D92 (or 0x445D92) is known color: Mariner. HEX triplet: 44, 5D and 92. RGB value is (68,93,146). Sum of RGB (Red+Green+Blue) = 68+93+146=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #445D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445D92 is #BBA26D. Grayscale: #5B5B5B. Windows color (decimal): -12296814 or 9592132. OLE color: 9592132.

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

Color convert

RGB 68 93 146 -
CMYK 0.53 0.36 0 0.43
HSL 220.77º 0.36% 0.42% -
HSV(B) 220.77º 0.53% 0.57% -
XYZ 11.49 11.13 28.74 -
YUV 91.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 68 93 146 0.53 0.36 0 0.43 220.77 0.36 0.42
Hex 44 5D 92 35 24 0 2B DD 24 2A
Octal 104 135 222 65 44 0 53 335 44 52
Binary 1000100 1011101 10010010 110101 100100 0 101011 11011101 100100 101010

Color Harmonies of #445D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D92

Black with #445D92

Text Example


Text Example

White with #445D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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