#41679B

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

Shades of Mariner #41679B

Tints of Mariner #41679B

Color information

#41679B (or 0x41679B) is unknown color: approx Mariner. HEX triplet: 41, 67 and 9B. RGB value is (65,103,155). Sum of RGB (Red+Green+Blue) = 65+103+155=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #41679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41679B is #BE9864. Grayscale: #616161. Windows color (decimal): -12490853 or 10184513. OLE color: 10184513.

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

Color convert

RGB65103155-
CMYK0.580.3400.39
HSL214.67º40.91%43.14%-
HSV(B)214.67º58.06%60.78%-
XYZ12.9513.1932.87-
YUV97.57160.41104.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.12%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=20.12%
G=31.89%
B=47.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651031550.580.3400.39214.6740.9143.14
Hex41679B3A22027d7292b
Octal10114723372420473275153
Binary1000001110011110011011111010100010010011111010111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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