Html Css Color HEX #446093 Mariner

📋 copy color: '#446093'

red 68 ◦ green 96 ◦ blue 147

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

Shades of Mariner #446093

Tints of Mariner #446093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.27%

R = 21.86%
G = 30.87%
B = 47.27%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#446093 (or 0x446093) is known color: Mariner. HEX triplet: 44, 60 and 93. RGB value is (68,96,147). Sum of RGB (Red+Green+Blue) = 68+96+147=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #446093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446093 is #BB9F6C. Grayscale: #5D5D5D. Windows color (decimal): -12296045 or 9658436. OLE color: 9658436.

HSL color Cylindrical-coordinate representation of color #446093: hue angle of 218.73º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #446093 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 96 147 -
CMYK 0.54 0.35 0 0.42
HSL 218.73º 0.37% 0.42% -
HSV(B) 218.73º 0.54% 0.58% -
XYZ 11.83 11.7 29.24 -
YUV 93.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 68 96 147 0.54 0.35 0 0.42 218.73 0.37 0.42
Hex 44 60 93 36 23 0 2A DB 25 2A
Octal 104 140 223 66 43 0 52 333 45 52
Binary 1000100 1100000 10010011 110110 100011 0 101010 11011011 100101 101010

Color Harmonies of #446093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446093

Black with #446093

Text Example


Text Example

White with #446093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446093; }

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

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

background-color css

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

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

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

border-color css

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

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

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