#4264B4

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

Shades of Mariner #4264B4

Tints of Mariner #4264B4

Color information

#4264B4 (or 0x4264B4) is unknown color: approx Mariner. HEX triplet: 42, 64 and B4. RGB value is (66,100,180). Sum of RGB (Red+Green+Blue) = 66+100+180=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #4264B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4264B4 is #BD9B4B. Grayscale: #626262. Windows color (decimal): -12426060 or 11822146. OLE color: 11822146.

HSL color Cylindrical-coordinate representation of color #4264B4: hue angle of 222.11º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4264B4 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB66100180-
CMYK0.630.4400.29
HSL222.11º46.34%48.24%-
HSV(B)222.11º63.33%70.59%-
XYZ15.0413.5745.01-
YUV98.95173.74104.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 180 (70.70% from 255) = 52.02%
R=19.08%
G=28.90%
B=52.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661001800.630.4400.29222.1146.3448.24
Hex4264B43F2C01Dde2e30
Octal10214426477540353365660
Binary100001011001001011010011111110110001110111011110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4264B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4264B4; }

 p { color: rgb(66,100,180); }

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

<style>
 a { background-color: #4264B4; }

 a { background-color: rgb(66,100,180); }

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

<style>
 span { border-color: #4264B4; }

 span { border-color: rgb(66,100,180); }

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