Html Css Color HEX #445D9E Mariner

📋 copy color: '#445D9E'

red 68 ◦ green 93 ◦ blue 158

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

Shades of Mariner #445D9E

Tints of Mariner #445D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.53%

R = 21.32%
G = 29.15%
B = 49.53%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#445D9E (or 0x445D9E) is known color: Mariner. HEX triplet: 44, 5D and 9E. RGB value is (68,93,158). Sum of RGB (Red+Green+Blue) = 68+93+158=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #445D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445D9E is #BBA261. Grayscale: #5C5C5C. Windows color (decimal): -12296802 or 10378564. OLE color: 10378564.

HSL color Cylindrical-coordinate representation of color #445D9E: hue angle of 223.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #445D9E is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 93 158 -
CMYK 0.57 0.41 0 0.38
HSL 223.33º 0.4% 0.44% -
HSV(B) 223.33º 0.57% 0.62% -
XYZ 12.47 11.53 33.92 -
YUV 92.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 68 93 158 0.57 0.41 0 0.38 223.33 0.4 0.44
Hex 44 5D 9E 39 29 0 26 DF 28 2C
Octal 104 135 236 71 51 0 46 337 50 54
Binary 1000100 1011101 10011110 111001 101001 0 100110 11011111 101000 101100

Color Harmonies of #445D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D9E

Black with #445D9E

Text Example


Text Example

White with #445D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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