#4B66AE

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

Shades of Mariner #4B66AE

Tints of Mariner #4B66AE

Color information

#4B66AE (or 0x4B66AE) is unknown color: approx Mariner. HEX triplet: 4B, 66 and AE. RGB value is (75,102,174). Sum of RGB (Red+Green+Blue) = 75+102+174=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B66AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B66AE is #B49951. Grayscale: #656565. Windows color (decimal): -11835730 or 11429451. OLE color: 11429451.

HSL color Cylindrical-coordinate representation of color #4B66AE: hue angle of 223.64º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B66AE is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB75102174-
CMYK0.570.4100.32
HSL223.64º39.76%48.82%-
HSV(B)223.64º56.9%68.24%-
XYZ15.2914.0541.95-
YUV102.14168.55108.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.37%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=21.37%
G=29.06%
B=49.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751021740.570.4100.32223.6439.7648.82
Hex4B66AE3929020e02831
Octal11314625671510403405061
Binary1001011110011010101110111001101001010000011100000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B66AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B66AE; }

 p { color: rgb(75,102,174); }

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

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

 a { background-color: rgb(75,102,174); }

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

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

 span { border-color: rgb(75,102,174); }

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