#4270AF

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

Shades of Mariner #4270AF

Tints of Mariner #4270AF

Color information

#4270AF (or 0x4270AF) is unknown color: approx Mariner. HEX triplet: 42, 70 and AF. RGB value is (66,112,175). Sum of RGB (Red+Green+Blue) = 66+112+175=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #4270AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4270AF is #BD8F50. Grayscale: #696969. Windows color (decimal): -12422993 or 11497538. OLE color: 11497538.

HSL color Cylindrical-coordinate representation of color #4270AF: hue angle of 214.68º 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 #4270AF is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB66112175-
CMYK0.620.3600.31
HSL214.68º45.23%47.25%-
HSV(B)214.68º62.29%68.63%-
XYZ15.7815.8442.78-
YUV105.43167.2699.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 175 (68.75% from 255) = 49.58%
R=18.70%
G=31.73%
B=49.58%

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
Decimal661121750.620.3600.31214.6845.2347.25
Hex4270AF3E2401Fd72d2f
Octal10216025776440373275557
Binary100001011100001010111111111010010001111111010111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4270AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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