Html Css Color HEX #4055AD Mariner

📋 copy color: '#4055AD'

red 64 ◦ green 85 ◦ blue 173

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

Shades of Mariner #4055AD

Tints of Mariner #4055AD

RGB

 RED value IS 64 (25.39% from 255) = 19.88%

 GREEN value IS 85 (33.59% from 255) = 26.4%

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 19.88%
G = 26.4%
B = 53.73%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4055AD (or 0x4055AD) is known color: Mariner. HEX triplet: 40, 55 and AD. RGB value is (64,85,173). Sum of RGB (Red+Green+Blue) = 64+85+173=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #4055AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4055AD is #BFAA52. Grayscale: #585858. Windows color (decimal): -12560979 or 11359552. OLE color: 11359552.

HSL color Cylindrical-coordinate representation of color #4055AD: hue angle of 228.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4055AD is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 85 173 -
CMYK 0.63 0.51 0 0.32
HSL 228.44º 0.46% 0.46% -
HSV(B) 228.44º 0.63% 0.68% -
XYZ 12.91 10.6 40.9 -
YUV 88.75 175.54 110.34 -
System Red Green Blue C M Y K H S L
Decimal 64 85 173 0.63 0.51 0 0.32 228.44 0.46 0.46
Hex 40 55 AD 3F 33 0 20 E4 2E 2E
Octal 100 125 255 77 63 0 40 344 56 56
Binary 1000000 1010101 10101101 111111 110011 0 100000 11100100 101110 101110

Color Harmonies of #4055AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4055AD

Black with #4055AD

Text Example


Text Example

White with #4055AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4055AD; }

 p { color: rgb(64,85,173); }

 H1.HeaderClassName
 {
   color: #4055AD;
 }
 .AnyTagClassName
 {
   color: #4055AD;
 }
</style>

background-color css

<style>
 a { background-color: #4055AD; }

 a { background-color: rgb(64,85,173); }

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

border-color css

<style>
 span { border-color: #4055AD; }

 span { border-color: rgb(64,85,173); }

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