#4262A9

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

Shades of Mariner #4262A9

Tints of Mariner #4262A9

Color information

#4262A9 (or 0x4262A9) is unknown color: approx Mariner. HEX triplet: 42, 62 and A9. RGB value is (66,98,169). Sum of RGB (Red+Green+Blue) = 66+98+169=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 169 (66.41% from 255 or 50.75% from 333); Max value from RGB is 169 - color contains mainly: blue. Hex color #4262A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4262A9 is #BD9D56. Grayscale: #606060. Windows color (decimal): -12426583 or 11100738. OLE color: 11100738.

HSL color Cylindrical-coordinate representation of color #4262A9: hue angle of 221.36º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4262A9 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6698169-
CMYK0.610.4200.34
HSL221.36º43.83%46.08%-
HSV(B)221.36º60.95%66.27%-
XYZ13.7812.7639.27-
YUV96.53168.9106.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 169 (66.41% from 255) = 50.75%
R=19.82%
G=29.43%
B=50.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal66981690.610.4200.34221.3643.8346.08
Hex4262A93D2A022dd2c2e
Octal10214225175520423355456
Binary1000010110001010101001111101101010010001011011101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4262A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4262A9; }

 p { color: rgb(66,98,169); }

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

<style>
 a { background-color: #4262A9; }

 a { background-color: rgb(66,98,169); }

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

<style>
 span { border-color: #4262A9; }

 span { border-color: rgb(66,98,169); }

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