Html Css Color HEX #4865AE Mariner

📋 copy color: '#4865AE'

red 72 ◦ green 101 ◦ blue 174

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

Shades of Mariner #4865AE

Tints of Mariner #4865AE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.11%

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

R = 20.75%
G = 29.11%
B = 50.14%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4865AE (or 0x4865AE) is known color: Mariner. HEX triplet: 48, 65 and AE. RGB value is (72,101,174). Sum of RGB (Red+Green+Blue) = 72+101+174=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #4865AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4865AE is #B79A51. Grayscale: #646464. Windows color (decimal): -12032594 or 11429192. OLE color: 11429192.

HSL color Cylindrical-coordinate representation of color #4865AE: hue angle of 222.94º 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 #4865AE is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 101 174 -
CMYK 0.59 0.42 0 0.32
HSL 222.94º 0.41% 0.48% -
HSV(B) 222.94º 0.59% 0.68% -
XYZ 14.97 13.74 41.91 -
YUV 100.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 72 101 174 0.59 0.42 0 0.32 222.94 0.41 0.48
Hex 48 65 AE 3B 2A 0 20 DF 29 30
Octal 110 145 256 73 52 0 40 337 51 60
Binary 1001000 1100101 10101110 111011 101010 0 100000 11011111 101001 110000

Color Harmonies of #4865AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4865AE

Black with #4865AE

Text Example


Text Example

White with #4865AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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