#466CB6

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

Shades of Mariner #466CB6

Tints of Mariner #466CB6

Color information

#466CB6 (or 0x466CB6) is unknown color: approx Mariner. HEX triplet: 46, 6C and B6. RGB value is (70,108,182). Sum of RGB (Red+Green+Blue) = 70+108+182=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #466CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CB6 is #B99349. Grayscale: #686868. Windows color (decimal): -12161866 or 11955270. OLE color: 11955270.

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

Color convert

RGB70108182-
CMYK0.620.4100.29
HSL219.64º44.44%49.41%-
HSV(B)219.64º61.54%71.37%-
XYZ16.3315.446.37-
YUV105.07171.41102.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.44%
GREEN value IS 108 (42.58% from 255) = 30%
BLUE value IS 182 (71.48% from 255) = 50.56%
R=19.44%
G=30%
B=50.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal701081820.620.4100.29219.6444.4449.41
Hex466CB63E2901Ddc2c31
Octal10615426676510353345461
Binary100011011011001011011011111010100101110111011100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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