Html Css Color HEX #446AB2 Mariner

📋 copy color: '#446AB2'

red 68 ◦ green 106 ◦ blue 178

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

Shades of Mariner #446AB2

Tints of Mariner #446AB2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.11%

 BLUE value IS 178 (69.92% from 255) = 50.57%

R = 19.32%
G = 30.11%
B = 50.57%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#446AB2 (or 0x446AB2) is known color: Mariner. HEX triplet: 44, 6A and B2. RGB value is (68,106,178). Sum of RGB (Red+Green+Blue) = 68+106+178=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #446AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446AB2 is #BB954D. Grayscale: #666666. Windows color (decimal): -12293454 or 11692612. OLE color: 11692612.

HSL color Cylindrical-coordinate representation of color #446AB2: hue angle of 219.27º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #446AB2 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 68 106 178 -
CMYK 0.62 0.40 0 0.30
HSL 219.27º 0.45% 0.48% -
HSV(B) 219.27º 0.62% 0.7% -
XYZ 15.57 14.75 44.15 -
YUV 102.85 170.41 103.15 -
System Red Green Blue C M Y K H S L
Decimal 68 106 178 0.62 0.40 0 0.30 219.27 0.45 0.48
Hex 44 6A B2 3E 28 0 1E DB 2D 30
Octal 104 152 262 76 50 0 36 333 55 60
Binary 1000100 1101010 10110010 111110 101000 0 11110 11011011 101101 110000

Color Harmonies of #446AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446AB2

Black with #446AB2

Text Example


Text Example

White with #446AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446AB2; }

 p { color: rgb(68,106,178); }

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

background-color css

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

 a { background-color: rgb(68,106,178); }

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

border-color css

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

 span { border-color: rgb(68,106,178); }

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