Html Css Color HEX #44689C Mariner

📋 copy color: '#44689C'

red 68 ◦ green 104 ◦ blue 156

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

Shades of Mariner #44689C

Tints of Mariner #44689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.71%

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

R = 20.73%
G = 31.71%
B = 47.56%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44689C (or 0x44689C) is known color: Mariner. HEX triplet: 44, 68 and 9C. RGB value is (68,104,156). Sum of RGB (Red+Green+Blue) = 68+104+156=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #44689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44689C is #BB9763. Grayscale: #626262. Windows color (decimal): -12293988 or 10250308. OLE color: 10250308.

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

Color convert

RGB 68 104 156 -
CMYK 0.56 0.33 0 0.39
HSL 215.45º 0.39% 0.44% -
HSV(B) 215.45º 0.56% 0.61% -
XYZ 13.33 13.53 33.36 -
YUV 99.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 68 104 156 0.56 0.33 0 0.39 215.45 0.39 0.44
Hex 44 68 9C 38 21 0 27 D7 27 2C
Octal 104 150 234 70 41 0 47 327 47 54
Binary 1000100 1101000 10011100 111000 100001 0 100111 11010111 100111 101100

Color Harmonies of #44689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44689C

Black with #44689C

Text Example


Text Example

White with #44689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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