Html Css Color HEX #44649F Mariner

📋 copy color: '#44649F'

red 68 ◦ green 100 ◦ blue 159

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

Shades of Mariner #44649F

Tints of Mariner #44649F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.62%

R = 20.8%
G = 30.58%
B = 48.62%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44649F (or 0x44649F) is known color: Mariner. HEX triplet: 44, 64 and 9F. RGB value is (68,100,159). Sum of RGB (Red+Green+Blue) = 68+100+159=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #44649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44649F is #BB9B60. Grayscale: #606060. Windows color (decimal): -12295009 or 10445892. OLE color: 10445892.

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

Color convert

RGB 68 100 159 -
CMYK 0.57 0.37 0 0.38
HSL 218.9º 0.4% 0.45% -
HSV(B) 218.9º 0.57% 0.62% -
XYZ 13.2 12.85 34.58 -
YUV 97.16 162.9 107.2 -
System Red Green Blue C M Y K H S L
Decimal 68 100 159 0.57 0.37 0 0.38 218.9 0.4 0.45
Hex 44 64 9F 39 25 0 26 DB 28 2D
Octal 104 144 237 71 45 0 46 333 50 55
Binary 1000100 1100100 10011111 111001 100101 0 100110 11011011 101000 101101

Color Harmonies of #44649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44649F

Black with #44649F

Text Example


Text Example

White with #44649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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