Html Css Color HEX #44659B Mariner

📋 copy color: '#44659B'

red 68 ◦ green 101 ◦ blue 155

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

Shades of Mariner #44659B

Tints of Mariner #44659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

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

R = 20.99%
G = 31.17%
B = 47.84%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44659B (or 0x44659B) is known color: Mariner. HEX triplet: 44, 65 and 9B. RGB value is (68,101,155). Sum of RGB (Red+Green+Blue) = 68+101+155=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #44659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44659B is #BB9A64. Grayscale: #616161. Windows color (decimal): -12294757 or 10184004. OLE color: 10184004.

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

Color convert

RGB 68 101 155 -
CMYK 0.56 0.35 0 0.39
HSL 217.24º 0.39% 0.44% -
HSV(B) 217.24º 0.56% 0.61% -
XYZ 12.95 12.9 32.82 -
YUV 97.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 68 101 155 0.56 0.35 0 0.39 217.24 0.39 0.44
Hex 44 65 9B 38 23 0 27 D9 27 2C
Octal 104 145 233 70 43 0 47 331 47 54
Binary 1000100 1100101 10011011 111000 100011 0 100111 11011001 100111 101100

Color Harmonies of #44659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44659B

Black with #44659B

Text Example


Text Example

White with #44659B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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