#4370AF

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

Shades of Mariner #4370AF

Tints of Mariner #4370AF

Color information

#4370AF (or 0x4370AF) is unknown color: approx Mariner. HEX triplet: 43, 70 and AF. RGB value is (67,112,175). Sum of RGB (Red+Green+Blue) = 67+112+175=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #4370AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4370AF is #BC8F50. Grayscale: #696969. Windows color (decimal): -12357457 or 11497539. OLE color: 11497539.

HSL color Cylindrical-coordinate representation of color #4370AF: hue angle of 215º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4370AF is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB67112175-
CMYK0.620.3600.31
HSL215º44.63%47.45%-
HSV(B)215º61.71%68.63%-
XYZ15.8515.8842.79-
YUV105.73167.09100.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.93%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 175 (68.75% from 255) = 49.44%
R=18.93%
G=31.64%
B=49.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal671121750.620.3600.3121544.6347.45
Hex4370AF3E2401Fd72d2f
Octal10316025776440373275557
Binary100001111100001010111111111010010001111111010111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4370AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4370AF; }

 p { color: rgb(67,112,175); }

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

<style>
 a { background-color: #4370AF; }

 a { background-color: rgb(67,112,175); }

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

<style>
 span { border-color: #4370AF; }

 span { border-color: rgb(67,112,175); }

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