Html Css Color HEX #44649D Mariner

📋 copy color: '#44649D'

red 68 ◦ green 100 ◦ blue 157

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

Shades of Mariner #44649D

Tints of Mariner #44649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

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

R = 20.92%
G = 30.77%
B = 48.31%

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

#44649D (or 0x44649D) is known color: Mariner. HEX triplet: 44, 64 and 9D. RGB value is (68,100,157). Sum of RGB (Red+Green+Blue) = 68+100+157=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #44649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44649D is #BB9B62. Grayscale: #606060. Windows color (decimal): -12295011 or 10314820. OLE color: 10314820.

HSL color Cylindrical-coordinate representation of color #44649D: hue angle of 218.43º 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 #44649D is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 100 157 -
CMYK 0.57 0.36 0 0.38
HSL 218.43º 0.4% 0.44% -
HSV(B) 218.43º 0.57% 0.62% -
XYZ 13.03 12.78 33.68 -
YUV 96.93 161.9 107.37 -
System Red Green Blue C M Y K H S L
Decimal 68 100 157 0.57 0.36 0 0.38 218.43 0.4 0.44
Hex 44 64 9D 39 24 0 26 DA 28 2C
Octal 104 144 235 71 44 0 46 332 50 54
Binary 1000100 1100100 10011101 111001 100100 0 100110 11011010 101000 101100

Color Harmonies of #44649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44649D

Black with #44649D

Text Example


Text Example

White with #44649D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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