#42669A

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

Shades of Mariner #42669A

Tints of Mariner #42669A

Color information

#42669A (or 0x42669A) is unknown color: approx Mariner. HEX triplet: 42, 66 and 9A. RGB value is (66,102,154). Sum of RGB (Red+Green+Blue) = 66+102+154=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #42669A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42669A is #BD9965. Grayscale: #606060. Windows color (decimal): -12425574 or 10118722. OLE color: 10118722.

HSL color Cylindrical-coordinate representation of color #42669A: hue angle of 215.45º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42669A is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB66102154-
CMYK0.570.3400.40
HSL215.45º40%43.14%-
HSV(B)215.45º57.14%60.39%-
XYZ12.8312.9932.4-
YUV97.16160.07105.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 154 (60.55% from 255) = 47.83%
R=20.50%
G=31.68%
B=47.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661021540.570.3400.40215.454043.14
Hex42669A3922028d7282b
Octal10214623271420503275053
Binary1000010110011010011010111001100010010100011010111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42669A; }

 p { color: rgb(66,102,154); }

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

<style>
 a { background-color: #42669A; }

 a { background-color: rgb(66,102,154); }

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

<style>
 span { border-color: #42669A; }

 span { border-color: rgb(66,102,154); }

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