Html Css Color HEX #4055AA Mariner

📋 copy color: '#4055AA'

red 64 ◦ green 85 ◦ blue 170

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

Shades of Mariner #4055AA

Tints of Mariner #4055AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.29%

R = 20.06%
G = 26.65%
B = 53.29%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4055AA (or 0x4055AA) is known color: Mariner. HEX triplet: 40, 55 and AA. RGB value is (64,85,170). Sum of RGB (Red+Green+Blue) = 64+85+170=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #4055AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4055AA is #BFAA55. Grayscale: #585858. Windows color (decimal): -12560982 or 11162944. OLE color: 11162944.

HSL color Cylindrical-coordinate representation of color #4055AA: hue angle of 228.11º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4055AA is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 85 170 -
CMYK 0.62 0.50 0 0.33
HSL 228.11º 0.45% 0.46% -
HSV(B) 228.11º 0.62% 0.67% -
XYZ 12.62 10.49 39.39 -
YUV 88.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 64 85 170 0.62 0.50 0 0.33 228.11 0.45 0.46
Hex 40 55 AA 3E 32 0 21 E4 2D 2E
Octal 100 125 252 76 62 0 41 344 55 56
Binary 1000000 1010101 10101010 111110 110010 0 100001 11100100 101101 101110

Color Harmonies of #4055AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4055AA

Black with #4055AA

Text Example


Text Example

White with #4055AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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