#4669A7

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

Shades of Mariner #4669A7

Tints of Mariner #4669A7

Color information

#4669A7 (or 0x4669A7) is unknown color: approx Mariner. HEX triplet: 46, 69 and A7. RGB value is (70,105,167). Sum of RGB (Red+Green+Blue) = 70+105+167=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 167 (65.62% from 255 or 48.83% from 342); Max value from RGB is 167 - color contains mainly: blue. Hex color #4669A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4669A7 is #B99658. Grayscale: #656565. Windows color (decimal): -12162649 or 10971462. OLE color: 10971462.

HSL color Cylindrical-coordinate representation of color #4669A7: hue angle of 218.35º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4669A7 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB70105167-
CMYK0.580.3700.35
HSL218.35º40.93%46.47%-
HSV(B)218.35º58.08%65.49%-
XYZ14.5514.238.53-
YUV101.6164.9105.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.47%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 167 (65.62% from 255) = 48.83%
R=20.47%
G=30.70%
B=48.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701051670.580.3700.35218.3540.9346.47
Hex4669A73A25023da292e
Octal10615124772450433325156
Binary1000110110100110100111111010100101010001111011010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4669A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4669A7; }

 p { color: rgb(70,105,167); }

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

<style>
 a { background-color: #4669A7; }

 a { background-color: rgb(70,105,167); }

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

<style>
 span { border-color: #4669A7; }

 span { border-color: rgb(70,105,167); }

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