Html Css Color HEX #4868AC Mariner

📋 copy color: '#4868AC'

red 72 ◦ green 104 ◦ blue 172

#4868AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #4868AC

Tints of Mariner #4868AC

RGB

 RED value IS 72 (28.52% from 255) = 20.69%

 GREEN value IS 104 (41.02% from 255) = 29.89%

 BLUE value IS 172 (67.58% from 255) = 49.43%

R = 20.69%
G = 29.89%
B = 49.43%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4868AC (or 0x4868AC) is known color: Mariner. HEX triplet: 48, 68 and AC. RGB value is (72,104,172). Sum of RGB (Red+Green+Blue) = 72+104+172=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #4868AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4868AC is #B79753. Grayscale: #656565. Windows color (decimal): -12031828 or 11298888. OLE color: 11298888.

HSL color Cylindrical-coordinate representation of color #4868AC: hue angle of 220.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4868AC is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 104 172 -
CMYK 0.58 0.40 0 0.33
HSL 220.8º 0.41% 0.48% -
HSV(B) 220.8º 0.58% 0.67% -
XYZ 15.07 14.26 40.99 -
YUV 102.18 167.4 106.47 -
System Red Green Blue C M Y K H S L
Decimal 72 104 172 0.58 0.40 0 0.33 220.8 0.41 0.48
Hex 48 68 AC 3A 28 0 21 DD 29 30
Octal 110 150 254 72 50 0 41 335 51 60
Binary 1001000 1101000 10101100 111010 101000 0 100001 11011101 101001 110000

Color Harmonies of #4868AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4868AC

Black with #4868AC

Text Example


Text Example

White with #4868AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4868AC; }

 p { color: rgb(72,104,172); }

 H1.HeaderClassName
 {
   color: #4868AC;
 }
 .AnyTagClassName
 {
   color: #4868AC;
 }
</style>

background-color css

<style>
 a { background-color: #4868AC; }

 a { background-color: rgb(72,104,172); }

 div.DivClassName
 {
   background-color: #4868AC;
 }
 .BgClassName
 {
   background-color: #4868AC;
 }
</style>

border-color css

<style>
 span { border-color: #4868AC; }

 span { border-color: rgb(72,104,172); }

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