Html Css Color HEX #44669C Mariner

📋 copy color: '#44669C'

red 68 ◦ green 102 ◦ blue 156

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

Shades of Mariner #44669C

Tints of Mariner #44669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.29%

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

R = 20.86%
G = 31.29%
B = 47.85%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44669C (or 0x44669C) is known color: Mariner. HEX triplet: 44, 66 and 9C. RGB value is (68,102,156). Sum of RGB (Red+Green+Blue) = 68+102+156=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #44669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44669C is #BB9963. Grayscale: #616161. Windows color (decimal): -12294500 or 10249796. OLE color: 10249796.

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

Color convert

RGB 68 102 156 -
CMYK 0.56 0.35 0 0.39
HSL 216.82º 0.39% 0.44% -
HSV(B) 216.82º 0.56% 0.61% -
XYZ 13.14 13.13 33.29 -
YUV 97.99 160.74 106.61 -
System Red Green Blue C M Y K H S L
Decimal 68 102 156 0.56 0.35 0 0.39 216.82 0.39 0.44
Hex 44 66 9C 38 23 0 27 D9 27 2C
Octal 104 146 234 70 43 0 47 331 47 54
Binary 1000100 1100110 10011100 111000 100011 0 100111 11011001 100111 101100

Color Harmonies of #44669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44669C

Black with #44669C

Text Example


Text Example

White with #44669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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