#466CB7

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

Shades of Mariner #466CB7

Tints of Mariner #466CB7

Color information

#466CB7 (or 0x466CB7) is unknown color: approx Mariner. HEX triplet: 46, 6C and B7. RGB value is (70,108,183). Sum of RGB (Red+Green+Blue) = 70+108+183=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #466CB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CB7 is #B99348. Grayscale: #686868. Windows color (decimal): -12161865 or 12020806. OLE color: 12020806.

HSL color Cylindrical-coordinate representation of color #466CB7: hue angle of 219.82º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #466CB7 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB70108183-
CMYK0.620.4100.28
HSL219.82º44.66%49.61%-
HSV(B)219.82º61.75%71.76%-
XYZ16.4415.4546.91-
YUV105.19171.91102.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.39%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 183 (71.88% from 255) = 50.69%
R=19.39%
G=29.92%
B=50.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal701081830.620.4100.28219.8244.6649.61
Hex466CB73E2901Cdc2d32
Octal10615426776510343345562
Binary100011011011001011011111111010100101110011011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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