Html Css Color HEX #44669D Mariner

📋 copy color: '#44669D'

red 68 ◦ green 102 ◦ blue 157

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

Shades of Mariner #44669D

Tints of Mariner #44669D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.01%

R = 20.8%
G = 31.19%
B = 48.01%

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

#44669D (or 0x44669D) is known color: Mariner. HEX triplet: 44, 66 and 9D. RGB value is (68,102,157). Sum of RGB (Red+Green+Blue) = 68+102+157=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #44669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44669D is #BB9962. Grayscale: #616161. Windows color (decimal): -12294499 or 10315332. OLE color: 10315332.

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

Color convert

RGB 68 102 157 -
CMYK 0.57 0.35 0 0.38
HSL 217.08º 0.4% 0.44% -
HSV(B) 217.08º 0.57% 0.62% -
XYZ 13.22 13.17 33.74 -
YUV 98.1 161.24 106.53 -
System Red Green Blue C M Y K H S L
Decimal 68 102 157 0.57 0.35 0 0.38 217.08 0.4 0.44
Hex 44 66 9D 39 23 0 26 D9 28 2C
Octal 104 146 235 71 43 0 46 331 50 54
Binary 1000100 1100110 10011101 111001 100011 0 100110 11011001 101000 101100

Color Harmonies of #44669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44669D

Black with #44669D

Text Example


Text Example

White with #44669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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