Html Css Color HEX #44629C Mariner

📋 copy color: '#44629C'

red 68 ◦ green 98 ◦ blue 156

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

Shades of Mariner #44629C

Tints of Mariner #44629C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.45%

R = 21.12%
G = 30.43%
B = 48.45%

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

#44629C (or 0x44629C) is known color: Mariner. HEX triplet: 44, 62 and 9C. RGB value is (68,98,156). Sum of RGB (Red+Green+Blue) = 68+98+156=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #44629C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44629C is #BB9D63. Grayscale: #5F5F5F. Windows color (decimal): -12295524 or 10248772. OLE color: 10248772.

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

Color convert

RGB 68 98 156 -
CMYK 0.56 0.37 0 0.39
HSL 219.55º 0.39% 0.44% -
HSV(B) 219.55º 0.56% 0.61% -
XYZ 12.75 12.36 33.17 -
YUV 95.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 68 98 156 0.56 0.37 0 0.39 219.55 0.39 0.44
Hex 44 62 9C 38 25 0 27 DC 27 2C
Octal 104 142 234 70 45 0 47 334 47 54
Binary 1000100 1100010 10011100 111000 100101 0 100111 11011100 100111 101100

Color Harmonies of #44629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44629C

Black with #44629C

Text Example


Text Example

White with #44629C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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