#42679B

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

Shades of Mariner #42679B

Tints of Mariner #42679B

Color information

#42679B (or 0x42679B) is unknown color: approx Mariner. HEX triplet: 42, 67 and 9B. RGB value is (66,103,155). Sum of RGB (Red+Green+Blue) = 66+103+155=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #42679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42679B is #BD9864. Grayscale: #616161. Windows color (decimal): -12425317 or 10184514. OLE color: 10184514.

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

Color convert

RGB66103155-
CMYK0.570.3400.39
HSL215.06º40.27%43.33%-
HSV(B)215.06º57.42%60.78%-
XYZ13.0113.2332.88-
YUV97.86160.24105.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 103 (40.62% from 255) = 31.79%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=20.37%
G=31.79%
B=47.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661031550.570.3400.39215.0640.2743.33
Hex42679B3922027d7282b
Octal10214723371420473275053
Binary1000010110011110011011111001100010010011111010111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42679B; }

 p { color: rgb(66,103,155); }

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

<style>
 a { background-color: #42679B; }

 a { background-color: rgb(66,103,155); }

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

<style>
 span { border-color: #42679B; }

 span { border-color: rgb(66,103,155); }

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