Html Css Color HEX #44599C Mariner

📋 copy color: '#44599C'

red 68 ◦ green 89 ◦ blue 156

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

Shades of Mariner #44599C

Tints of Mariner #44599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.43%

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

R = 21.73%
G = 28.43%
B = 49.84%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44599C (or 0x44599C) is known color: Mariner. HEX triplet: 44, 59 and 9C. RGB value is (68,89,156). Sum of RGB (Red+Green+Blue) = 68+89+156=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #44599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44599C is #BBA663. Grayscale: #5A5A5A. Windows color (decimal): -12297828 or 10246468. OLE color: 10246468.

HSL color Cylindrical-coordinate representation of color #44599C: hue angle of 225.68º 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 #44599C is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 89 156 -
CMYK 0.56 0.43 0 0.39
HSL 225.68º 0.39% 0.44% -
HSV(B) 225.68º 0.56% 0.61% -
XYZ 11.96 10.77 32.9 -
YUV 90.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 68 89 156 0.56 0.43 0 0.39 225.68 0.39 0.44
Hex 44 59 9C 38 2B 0 27 E2 27 2C
Octal 104 131 234 70 53 0 47 342 47 54
Binary 1000100 1011001 10011100 111000 101011 0 100111 11100010 100111 101100

Color Harmonies of #44599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44599C

Black with #44599C

Text Example


Text Example

White with #44599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44599C; }

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

 H1.HeaderClassName
 {
   color: #44599C;
 }
 .AnyTagClassName
 {
   color: #44599C;
 }
</style>

background-color css

<style>
 a { background-color: #44599C; }

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

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

border-color css

<style>
 span { border-color: #44599C; }

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

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