Html Css Color HEX #4155AC Mariner

📋 copy color: '#4155AC'

red 65 ◦ green 85 ◦ blue 172

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

Shades of Mariner #4155AC

Tints of Mariner #4155AC

RGB

 RED value IS 65 (25.78% from 255) = 20.19%

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

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

R = 20.19%
G = 26.4%
B = 53.42%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4155AC (or 0x4155AC) is known color: Mariner. HEX triplet: 41, 55 and AC. RGB value is (65,85,172). Sum of RGB (Red+Green+Blue) = 65+85+172=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #4155AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4155AC is #BEAA53. Grayscale: #585858. Windows color (decimal): -12495444 or 11294017. OLE color: 11294017.

HSL color Cylindrical-coordinate representation of color #4155AC: hue angle of 228.79º 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 #4155AC is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 85 172 -
CMYK 0.62 0.51 0 0.33
HSL 228.79º 0.45% 0.46% -
HSV(B) 228.79º 0.62% 0.67% -
XYZ 12.87 10.6 40.4 -
YUV 88.94 174.87 110.93 -
System Red Green Blue C M Y K H S L
Decimal 65 85 172 0.62 0.51 0 0.33 228.79 0.45 0.46
Hex 41 55 AC 3E 33 0 21 E5 2D 2E
Octal 101 125 254 76 63 0 41 345 55 56
Binary 1000001 1010101 10101100 111110 110011 0 100001 11100101 101101 101110

Color Harmonies of #4155AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4155AC

Black with #4155AC

Text Example


Text Example

White with #4155AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,85,172); }

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

background-color css

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

 a { background-color: rgb(65,85,172); }

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

border-color css

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

 span { border-color: rgb(65,85,172); }

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