#465F98

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

Shades of Mariner #465F98

Tints of Mariner #465F98

Color information

#465F98 (or 0x465F98) is unknown color: approx Mariner. HEX triplet: 46, 5F and 98. RGB value is (70,95,152). Sum of RGB (Red+Green+Blue) = 70+95+152=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #465F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465F98 is #B9A067. Grayscale: #5D5D5D. Windows color (decimal): -12165224 or 9985862. OLE color: 9985862.

HSL color Cylindrical-coordinate representation of color #465F98: hue angle of 221.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #465F98 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7095152-
CMYK0.540.3800.40
HSL221.71º36.94%43.53%-
HSV(B)221.71º53.95%59.61%-
XYZ12.2911.7531.33-
YUV94.02160.72110.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=22.08%
G=29.97%
B=47.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70951520.540.3800.40221.7136.9443.53
Hex465F983626028de252c
Octal10613723066460503364554
Binary1000110101111110011000110110100110010100011011110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465F98; }

 p { color: rgb(70,95,152); }

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

<style>
 a { background-color: #465F98; }

 a { background-color: rgb(70,95,152); }

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

<style>
 span { border-color: #465F98; }

 span { border-color: rgb(70,95,152); }

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