Html Css Color HEX #445A9C Mariner

📋 copy color: '#445A9C'

red 68 ◦ green 90 ◦ blue 156

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

Shades of Mariner #445A9C

Tints of Mariner #445A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.68%

R = 21.66%
G = 28.66%
B = 49.68%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#445A9C (or 0x445A9C) is known color: Mariner. HEX triplet: 44, 5A and 9C. RGB value is (68,90,156). Sum of RGB (Red+Green+Blue) = 68+90+156=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #445A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445A9C is #BBA563. Grayscale: #5A5A5A. Windows color (decimal): -12297572 or 10246724. OLE color: 10246724.

HSL color Cylindrical-coordinate representation of color #445A9C: hue angle of 225º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #445A9C is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 90 156 -
CMYK 0.56 0.42 0 0.39
HSL 225º 0.39% 0.44% -
HSV(B) 225º 0.56% 0.61% -
XYZ 12.04 10.94 32.93 -
YUV 90.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 68 90 156 0.56 0.42 0 0.39 225 0.39 0.44
Hex 44 5A 9C 38 2A 0 27 E1 27 2C
Octal 104 132 234 70 52 0 47 341 47 54
Binary 1000100 1011010 10011100 111000 101010 0 100111 11100001 100111 101100

Color Harmonies of #445A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445A9C

Black with #445A9C

Text Example


Text Example

White with #445A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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