Html Css Color HEX #44629B Mariner

📋 copy color: '#44629B'

red 68 ◦ green 98 ◦ blue 155

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

Shades of Mariner #44629B

Tints of Mariner #44629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

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

R = 21.18%
G = 30.53%
B = 48.29%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44629B (or 0x44629B) is known color: Mariner. HEX triplet: 44, 62 and 9B. RGB value is (68,98,155). Sum of RGB (Red+Green+Blue) = 68+98+155=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #44629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44629B is #BB9D64. Grayscale: #5F5F5F. Windows color (decimal): -12295525 or 10183236. OLE color: 10183236.

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

Color convert

RGB 68 98 155 -
CMYK 0.56 0.37 0 0.39
HSL 219.31º 0.39% 0.44% -
HSV(B) 219.31º 0.56% 0.61% -
XYZ 12.67 12.33 32.72 -
YUV 95.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 68 98 155 0.56 0.37 0 0.39 219.31 0.39 0.44
Hex 44 62 9B 38 25 0 27 DB 27 2C
Octal 104 142 233 70 45 0 47 333 47 54
Binary 1000100 1100010 10011011 111000 100101 0 100111 11011011 100111 101100

Color Harmonies of #44629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44629B

Black with #44629B

Text Example


Text Example

White with #44629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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