#4370AE

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

Shades of Mariner #4370AE

Tints of Mariner #4370AE

Color information

#4370AE (or 0x4370AE) is unknown color: approx Mariner. HEX triplet: 43, 70 and AE. RGB value is (67,112,174). Sum of RGB (Red+Green+Blue) = 67+112+174=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #4370AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4370AE is #BC8F51. Grayscale: #696969. Windows color (decimal): -12357458 or 11432003. OLE color: 11432003.

HSL color Cylindrical-coordinate representation of color #4370AE: hue angle of 214.77º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4370AE is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB67112174-
CMYK0.610.3600.32
HSL214.77º44.4%47.25%-
HSV(B)214.77º61.49%68.24%-
XYZ15.7515.8442.27-
YUV105.61166.59100.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.98%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=18.98%
G=31.73%
B=49.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal671121740.610.3600.32214.7744.447.25
Hex4370AE3D24020d72c2f
Octal10316025675440403275457
Binary1000011111000010101110111101100100010000011010111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4370AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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