#4169B0

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

Shades of Mariner #4169B0

Tints of Mariner #4169B0

Color information

#4169B0 (or 0x4169B0) is unknown color: approx Mariner. HEX triplet: 41, 69 and B0. RGB value is (65,105,176). Sum of RGB (Red+Green+Blue) = 65+105+176=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 176 (69.14% from 255 or 50.87% from 346); Max value from RGB is 176 - color contains mainly: blue. Hex color #4169B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4169B0 is #BE964F. Grayscale: #646464. Windows color (decimal): -12490320 or 11561281. OLE color: 11561281.

HSL color Cylindrical-coordinate representation of color #4169B0: hue angle of 218.38º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4169B0 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB65105176-
CMYK0.630.4000.31
HSL218.38º46.06%47.25%-
HSV(B)218.38º63.07%69.02%-
XYZ15.0714.3643.05-
YUV101.13170.25102.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.79%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 176 (69.14% from 255) = 50.87%
R=18.79%
G=30.35%
B=50.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651051760.630.4000.31218.3846.0647.25
Hex4169B03F2801Fda2e2f
Octal10115126077500373325657
Binary100000111010011011000011111110100001111111011010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4169B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4169B0; }

 p { color: rgb(65,105,176); }

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

<style>
 a { background-color: #4169B0; }

 a { background-color: rgb(65,105,176); }

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

<style>
 span { border-color: #4169B0; }

 span { border-color: rgb(65,105,176); }

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