Html Css Color HEX #446098 Mariner

📋 copy color: '#446098'

red 68 ◦ green 96 ◦ blue 152

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

Shades of Mariner #446098

Tints of Mariner #446098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.38%

 BLUE value IS 152 (59.77% from 255) = 48.1%

R = 21.52%
G = 30.38%
B = 48.1%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#446098 (or 0x446098) is known color: Mariner. HEX triplet: 44, 60 and 98. RGB value is (68,96,152). Sum of RGB (Red+Green+Blue) = 68+96+152=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #446098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446098 is #BB9F67. Grayscale: #5D5D5D. Windows color (decimal): -12296040 or 9986116. OLE color: 9986116.

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

Color convert

RGB 68 96 152 -
CMYK 0.55 0.37 0 0.40
HSL 220º 0.38% 0.43% -
HSV(B) 220º 0.55% 0.6% -
XYZ 12.23 11.86 31.35 -
YUV 94.01 160.72 109.45 -
System Red Green Blue C M Y K H S L
Decimal 68 96 152 0.55 0.37 0 0.40 220 0.38 0.43
Hex 44 60 98 37 25 0 28 DC 26 2B
Octal 104 140 230 67 45 0 50 334 46 53
Binary 1000100 1100000 10011000 110111 100101 0 101000 11011100 100110 101011

Color Harmonies of #446098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446098

Black with #446098

Text Example


Text Example

White with #446098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446098; }

 p { color: rgb(68,96,152); }

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

background-color css

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

 a { background-color: rgb(68,96,152); }

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

border-color css

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

 span { border-color: rgb(68,96,152); }

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