Html Css Color HEX #44669E Mariner

📋 copy color: '#44669E'

red 68 ◦ green 102 ◦ blue 158

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

Shades of Mariner #44669E

Tints of Mariner #44669E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.17%

R = 20.73%
G = 31.1%
B = 48.17%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44669E (or 0x44669E) is known color: Mariner. HEX triplet: 44, 66 and 9E. RGB value is (68,102,158). Sum of RGB (Red+Green+Blue) = 68+102+158=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #44669E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44669E is #BB9961. Grayscale: #616161. Windows color (decimal): -12294498 or 10380868. OLE color: 10380868.

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

Color convert

RGB 68 102 158 -
CMYK 0.57 0.35 0 0.38
HSL 217.33º 0.4% 0.44% -
HSV(B) 217.33º 0.57% 0.62% -
XYZ 13.31 13.2 34.19 -
YUV 98.22 161.74 106.45 -
System Red Green Blue C M Y K H S L
Decimal 68 102 158 0.57 0.35 0 0.38 217.33 0.4 0.44
Hex 44 66 9E 39 23 0 26 D9 28 2C
Octal 104 146 236 71 43 0 46 331 50 54
Binary 1000100 1100110 10011110 111001 100011 0 100110 11011001 101000 101100

Color Harmonies of #44669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44669E

Black with #44669E

Text Example


Text Example

White with #44669E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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