Html Css Color HEX #44659D Mariner

📋 copy color: '#44659D'

red 68 ◦ green 101 ◦ blue 157

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

Shades of Mariner #44659D

Tints of Mariner #44659D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.16%

R = 20.86%
G = 30.98%
B = 48.16%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44659D (or 0x44659D) is known color: Mariner. HEX triplet: 44, 65 and 9D. RGB value is (68,101,157). Sum of RGB (Red+Green+Blue) = 68+101+157=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #44659D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44659D is #BB9A62. Grayscale: #616161. Windows color (decimal): -12294755 or 10315076. OLE color: 10315076.

HSL color Cylindrical-coordinate representation of color #44659D: hue angle of 217.75º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44659D is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 101 157 -
CMYK 0.57 0.36 0 0.38
HSL 217.75º 0.4% 0.44% -
HSV(B) 217.75º 0.57% 0.62% -
XYZ 13.12 12.97 33.71 -
YUV 97.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 68 101 157 0.57 0.36 0 0.38 217.75 0.4 0.44
Hex 44 65 9D 39 24 0 26 DA 28 2C
Octal 104 145 235 71 44 0 46 332 50 54
Binary 1000100 1100101 10011101 111001 100100 0 100110 11011010 101000 101100

Color Harmonies of #44659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44659D

Black with #44659D

Text Example


Text Example

White with #44659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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