Html Css Color HEX #445AA9 Mariner

📋 copy color: '#445AA9'

red 68 ◦ green 90 ◦ blue 169

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

Shades of Mariner #445AA9

Tints of Mariner #445AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 51.68%

R = 20.8%
G = 27.52%
B = 51.68%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#445AA9 (or 0x445AA9) is known color: Mariner. HEX triplet: 44, 5A and A9. RGB value is (68,90,169). Sum of RGB (Red+Green+Blue) = 68+90+169=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 169 (66.41% from 255 or 51.68% from 327); Max value from RGB is 169 - color contains mainly: blue. Hex color #445AA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445AA9 is #BBA556. Grayscale: #5C5C5C. Windows color (decimal): -12297559 or 11098692. OLE color: 11098692.

HSL color Cylindrical-coordinate representation of color #445AA9: hue angle of 226.93º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #445AA9 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 68 90 169 -
CMYK 0.60 0.47 0 0.34
HSL 226.93º 0.43% 0.46% -
HSV(B) 226.93º 0.6% 0.66% -
XYZ 13.2 11.41 39.04 -
YUV 92.43 171.21 110.58 -
System Red Green Blue C M Y K H S L
Decimal 68 90 169 0.60 0.47 0 0.34 226.93 0.43 0.46
Hex 44 5A A9 3C 2F 0 22 E3 2B 2E
Octal 104 132 251 74 57 0 42 343 53 56
Binary 1000100 1011010 10101001 111100 101111 0 100010 11100011 101011 101110

Color Harmonies of #445AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445AA9

Black with #445AA9

Text Example


Text Example

White with #445AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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