Html Css Color HEX #44679B Mariner

📋 copy color: '#44679B'

red 68 ◦ green 103 ◦ blue 155

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

Shades of Mariner #44679B

Tints of Mariner #44679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.6%

 BLUE value IS 155 (60.94% from 255) = 47.55%

R = 20.86%
G = 31.6%
B = 47.55%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44679B (or 0x44679B) is known color: Mariner. HEX triplet: 44, 67 and 9B. RGB value is (68,103,155). Sum of RGB (Red+Green+Blue) = 68+103+155=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #44679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44679B is #BB9864. Grayscale: #626262. Windows color (decimal): -12294245 or 10184516. OLE color: 10184516.

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

Color convert

RGB 68 103 155 -
CMYK 0.56 0.34 0 0.39
HSL 215.86º 0.39% 0.44% -
HSV(B) 215.86º 0.56% 0.61% -
XYZ 13.15 13.3 32.88 -
YUV 98.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 68 103 155 0.56 0.34 0 0.39 215.86 0.39 0.44
Hex 44 67 9B 38 22 0 27 D8 27 2C
Octal 104 147 233 70 42 0 47 330 47 54
Binary 1000100 1100111 10011011 111000 100010 0 100111 11011000 100111 101100

Color Harmonies of #44679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44679B

Black with #44679B

Text Example


Text Example

White with #44679B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44679B; }

 p { color: rgb(68,103,155); }

 H1.HeaderClassName
 {
   color: #44679B;
 }
 .AnyTagClassName
 {
   color: #44679B;
 }
</style>

background-color css

<style>
 a { background-color: #44679B; }

 a { background-color: rgb(68,103,155); }

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

border-color css

<style>
 span { border-color: #44679B; }

 span { border-color: rgb(68,103,155); }

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