#40669E

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

Shades of Mariner #40669E

Tints of Mariner #40669E

Color information

#40669E (or 0x40669E) is unknown color: approx Mariner. HEX triplet: 40, 66 and 9E. RGB value is (64,102,158). Sum of RGB (Red+Green+Blue) = 64+102+158=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #40669E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40669E is #BF9961. Grayscale: #606060. Windows color (decimal): -12556642 or 10380864. OLE color: 10380864.

HSL color Cylindrical-coordinate representation of color #40669E: hue angle of 215.74º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40669E is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64102158-
CMYK0.590.3500.38
HSL215.74º42.34%43.53%-
HSV(B)215.74º59.49%61.96%-
XYZ13.0413.0634.18-
YUV97.02162.41104.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 158 (62.11% from 255) = 48.77%
R=19.75%
G=31.48%
B=48.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641021580.590.3500.38215.7442.3443.53
Hex40669E3B23026d82a2c
Octal10014623673430463305254
Binary1000000110011010011110111011100011010011011011000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40669E; }

 p { color: rgb(64,102,158); }

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

<style>
 a { background-color: #40669E; }

 a { background-color: rgb(64,102,158); }

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

<style>
 span { border-color: #40669E; }

 span { border-color: rgb(64,102,158); }

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