#446CB6

Color #446CB6 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #446CB6

Tints of Mariner #446CB6

Color information

#446CB6 (or 0x446CB6) is unknown color: approx Mariner. HEX triplet: 44, 6C and B6. RGB value is (68,108,182). Sum of RGB (Red+Green+Blue) = 68+108+182=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #446CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446CB6 is #BB9349. Grayscale: #686868. Windows color (decimal): -12292938 or 11955268. OLE color: 11955268.

HSL color Cylindrical-coordinate representation of color #446CB6: hue angle of 218.95º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #446CB6 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB68108182-
CMYK0.630.4100.29
HSL218.95º45.6%49.02%-
HSV(B)218.95º62.64%71.37%-
XYZ16.1915.3346.36-
YUV104.48171.75101.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.99%
GREEN value IS 108 (42.58% from 255) = 30.17%
BLUE value IS 182 (71.48% from 255) = 50.84%
R=18.99%
G=30.17%
B=50.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal681081820.630.4100.29218.9545.649.02
Hex446CB63F2901Ddb2e31
Octal10415426677510353335661
Binary100010011011001011011011111110100101110111011011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,108,182); }

 H1.HeaderClassName
 {
   color: #446CB6;
 }
 .AnyTagClassName
 {
   color: #446CB6;
 }
</style>
background-color css

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

 a { background-color: rgb(68,108,182); }

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

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

 span { border-color: rgb(68,108,182); }

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