Html Css Color HEX #445B92 Mariner

📋 copy color: '#445B92'

red 68 ◦ green 91 ◦ blue 146

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

Shades of Mariner #445B92

Tints of Mariner #445B92

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.84%

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

R = 22.3%
G = 29.84%
B = 47.87%

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

#445B92 (or 0x445B92) is known color: Mariner. HEX triplet: 44, 5B and 92. RGB value is (68,91,146). Sum of RGB (Red+Green+Blue) = 68+91+146=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #445B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445B92 is #BBA46D. Grayscale: #5A5A5A. Windows color (decimal): -12297326 or 9591620. OLE color: 9591620.

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

Color convert

RGB 68 91 146 -
CMYK 0.53 0.38 0 0.43
HSL 222.31º 0.36% 0.42% -
HSV(B) 222.31º 0.53% 0.57% -
XYZ 11.31 10.79 28.68 -
YUV 90.39 159.38 112.03 -
System Red Green Blue C M Y K H S L
Decimal 68 91 146 0.53 0.38 0 0.43 222.31 0.36 0.42
Hex 44 5B 92 35 26 0 2B DE 24 2A
Octal 104 133 222 65 46 0 53 336 44 52
Binary 1000100 1011011 10010010 110101 100110 0 101011 11011110 100100 101010

Color Harmonies of #445B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B92

Black with #445B92

Text Example


Text Example

White with #445B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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