#4867B4

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

Shades of Mariner #4867B4

Tints of Mariner #4867B4

Color information

#4867B4 (or 0x4867B4) is unknown color: approx Mariner. HEX triplet: 48, 67 and B4. RGB value is (72,103,180). Sum of RGB (Red+Green+Blue) = 72+103+180=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #4867B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4867B4 is #B7984B. Grayscale: #666666. Windows color (decimal): -12032076 or 11822920. OLE color: 11822920.

HSL color Cylindrical-coordinate representation of color #4867B4: hue angle of 222.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4867B4 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB72103180-
CMYK0.600.4300.29
HSL222.78º42.86%49.41%-
HSV(B)222.78º60%70.59%-
XYZ15.7614.3745.12-
YUV102.51171.73106.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 180 (70.70% from 255) = 50.70%
R=20.28%
G=29.01%
B=50.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721031800.600.4300.29222.7842.8649.41
Hex4867B43C2B01Ddf2b31
Octal11014726474530353375361
Binary100100011001111011010011110010101101110111011111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4867B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,103,180); }

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

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

 a { background-color: rgb(72,103,180); }

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

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

 span { border-color: rgb(72,103,180); }

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