Html Css Color HEX #44649C Mariner

📋 copy color: '#44649C'

red 68 ◦ green 100 ◦ blue 156

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

Shades of Mariner #44649C

Tints of Mariner #44649C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.86%

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

R = 20.99%
G = 30.86%
B = 48.15%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44649C (or 0x44649C) is known color: Mariner. HEX triplet: 44, 64 and 9C. RGB value is (68,100,156). Sum of RGB (Red+Green+Blue) = 68+100+156=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #44649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44649C is #BB9B63. Grayscale: #606060. Windows color (decimal): -12295012 or 10249284. OLE color: 10249284.

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

Color convert

RGB 68 100 156 -
CMYK 0.56 0.36 0 0.39
HSL 218.18º 0.39% 0.44% -
HSV(B) 218.18º 0.56% 0.61% -
XYZ 12.94 12.74 33.23 -
YUV 96.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 68 100 156 0.56 0.36 0 0.39 218.18 0.39 0.44
Hex 44 64 9C 38 24 0 27 DA 27 2C
Octal 104 144 234 70 44 0 47 332 47 54
Binary 1000100 1100100 10011100 111000 100100 0 100111 11011010 100111 101100

Color Harmonies of #44649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44649C

Black with #44649C

Text Example


Text Example

White with #44649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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