#4069B7

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

Shades of Mariner #4069B7

Tints of Mariner #4069B7

Color information

#4069B7 (or 0x4069B7) is unknown color: approx Mariner. HEX triplet: 40, 69 and B7. RGB value is (64,105,183). Sum of RGB (Red+Green+Blue) = 64+105+183=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #4069B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4069B7 is #BF9648. Grayscale: #656565. Windows color (decimal): -12555849 or 12020032. OLE color: 12020032.

HSL color Cylindrical-coordinate representation of color #4069B7: hue angle of 219.33º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4069B7 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB64105183-
CMYK0.650.4300.28
HSL219.33º48.18%48.43%-
HSV(B)219.33º65.03%71.76%-
XYZ15.7114.6146.79-
YUV101.63173.92101.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.18%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 183 (71.88% from 255) = 51.99%
R=18.18%
G=29.83%
B=51.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal641051830.650.4300.28219.3348.1848.43
Hex4069B7412B01Cdb3030
Octal100151267101530343336060
Binary1000000110100110110111100000110101101110011011011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4069B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4069B7; }

 p { color: rgb(64,105,183); }

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

<style>
 a { background-color: #4069B7; }

 a { background-color: rgb(64,105,183); }

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

<style>
 span { border-color: #4069B7; }

 span { border-color: rgb(64,105,183); }

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