Html Css Color HEX #4864AE Mariner

📋 copy color: '#4864AE'

red 72 ◦ green 100 ◦ blue 174

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

Shades of Mariner #4864AE

Tints of Mariner #4864AE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.9%

 BLUE value IS 174 (68.36% from 255) = 50.29%

R = 20.81%
G = 28.9%
B = 50.29%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4864AE (or 0x4864AE) is known color: Mariner. HEX triplet: 48, 64 and AE. RGB value is (72,100,174). Sum of RGB (Red+Green+Blue) = 72+100+174=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #4864AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4864AE is #B79B51. Grayscale: #636363. Windows color (decimal): -12032850 or 11428936. OLE color: 11428936.

HSL color Cylindrical-coordinate representation of color #4864AE: hue angle of 223.53º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4864AE is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 100 174 -
CMYK 0.59 0.43 0 0.32
HSL 223.53º 0.41% 0.48% -
HSV(B) 223.53º 0.59% 0.68% -
XYZ 14.87 13.55 41.88 -
YUV 100.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 72 100 174 0.59 0.43 0 0.32 223.53 0.41 0.48
Hex 48 64 AE 3B 2B 0 20 E0 29 30
Octal 110 144 256 73 53 0 40 340 51 60
Binary 1001000 1100100 10101110 111011 101011 0 100000 11100000 101001 110000

Color Harmonies of #4864AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4864AE

Black with #4864AE

Text Example


Text Example

White with #4864AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4864AE; }

 p { color: rgb(72,100,174); }

 H1.HeaderClassName
 {
   color: #4864AE;
 }
 .AnyTagClassName
 {
   color: #4864AE;
 }
</style>

background-color css

<style>
 a { background-color: #4864AE; }

 a { background-color: rgb(72,100,174); }

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

border-color css

<style>
 span { border-color: #4864AE; }

 span { border-color: rgb(72,100,174); }

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