Html Css Color HEX #446296 Mariner

📋 copy color: '#446296'

red 68 ◦ green 98 ◦ blue 150

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

Shades of Mariner #446296

Tints of Mariner #446296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

 BLUE value IS 150 (58.98% from 255) = 47.47%

R = 21.52%
G = 31.01%
B = 47.47%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#446296 (or 0x446296) is known color: Mariner. HEX triplet: 44, 62 and 96. RGB value is (68,98,150). Sum of RGB (Red+Green+Blue) = 68+98+150=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #446296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446296 is #BB9D69. Grayscale: #5E5E5E. Windows color (decimal): -12295530 or 9855556. OLE color: 9855556.

HSL color Cylindrical-coordinate representation of color #446296: hue angle of 218.05º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #446296 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 98 150 -
CMYK 0.55 0.35 0 0.41
HSL 218.05º 0.38% 0.43% -
HSV(B) 218.05º 0.55% 0.59% -
XYZ 12.26 12.17 30.56 -
YUV 94.96 159.06 108.77 -
System Red Green Blue C M Y K H S L
Decimal 68 98 150 0.55 0.35 0 0.41 218.05 0.38 0.43
Hex 44 62 96 37 23 0 29 DA 26 2B
Octal 104 142 226 67 43 0 51 332 46 53
Binary 1000100 1100010 10010110 110111 100011 0 101001 11011010 100110 101011

Color Harmonies of #446296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446296

Black with #446296

Text Example


Text Example

White with #446296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446296; }

 p { color: rgb(68,98,150); }

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

background-color css

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

 a { background-color: rgb(68,98,150); }

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

border-color css

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

 span { border-color: rgb(68,98,150); }

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