Html Css Color HEX #44699B Mariner

📋 copy color: '#44699B'

red 68 ◦ green 105 ◦ blue 155

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

Shades of Mariner #44699B

Tints of Mariner #44699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 20.73%
G = 32.01%
B = 47.26%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44699B (or 0x44699B) is known color: Mariner. HEX triplet: 44, 69 and 9B. RGB value is (68,105,155). Sum of RGB (Red+Green+Blue) = 68+105+155=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #44699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44699B is #BB9664. Grayscale: #636363. Windows color (decimal): -12293733 or 10185028. OLE color: 10185028.

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

Color convert

RGB 68 105 155 -
CMYK 0.56 0.32 0 0.39
HSL 214.48º 0.39% 0.44% -
HSV(B) 214.48º 0.56% 0.61% -
XYZ 13.35 13.7 32.95 -
YUV 99.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 68 105 155 0.56 0.32 0 0.39 214.48 0.39 0.44
Hex 44 69 9B 38 20 0 27 D6 27 2C
Octal 104 151 233 70 40 0 47 326 47 54
Binary 1000100 1101001 10011011 111000 100000 0 100111 11010110 100111 101100

Color Harmonies of #44699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44699B

Black with #44699B

Text Example


Text Example

White with #44699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44699B; }

 p { color: rgb(68,105,155); }

 H1.HeaderClassName
 {
   color: #44699B;
 }
 .AnyTagClassName
 {
   color: #44699B;
 }
</style>

background-color css

<style>
 a { background-color: #44699B; }

 a { background-color: rgb(68,105,155); }

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

border-color css

<style>
 span { border-color: #44699B; }

 span { border-color: rgb(68,105,155); }

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