#4B68AF

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

Shades of Mariner #4B68AF

Tints of Mariner #4B68AF

Color information

#4B68AF (or 0x4B68AF) is unknown color: approx Mariner. HEX triplet: 4B, 68 and AF. RGB value is (75,104,175). Sum of RGB (Red+Green+Blue) = 75+104+175=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 104 (41.02% from 255 or 29.38% 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 #4B68AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B68AF is #B49750. Grayscale: #676767. Windows color (decimal): -11835217 or 11495499. OLE color: 11495499.

HSL color Cylindrical-coordinate representation of color #4B68AF: hue angle of 222.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B68AF is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB75104175-
CMYK0.570.4100.31
HSL222.6º40%49.02%-
HSV(B)222.6º57.14%68.63%-
XYZ15.5914.4942.53-
YUV103.42168.39107.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.19%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 175 (68.75% from 255) = 49.44%
R=21.19%
G=29.38%
B=49.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751041750.570.4100.31222.64049.02
Hex4B68AF392901Fdf2831
Octal11315025771510373375061
Binary100101111010001010111111100110100101111111011111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B68AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B68AF; }

 p { color: rgb(75,104,175); }

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

<style>
 a { background-color: #4B68AF; }

 a { background-color: rgb(75,104,175); }

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

<style>
 span { border-color: #4B68AF; }

 span { border-color: rgb(75,104,175); }

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