Html Css Color HEX #4061AC Mariner

📋 copy color: '#4061AC'

red 64 ◦ green 97 ◦ blue 172

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

Shades of Mariner #4061AC

Tints of Mariner #4061AC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

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

R = 19.22%
G = 29.13%
B = 51.65%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4061AC (or 0x4061AC) is known color: Mariner. HEX triplet: 40, 61 and AC. RGB value is (64,97,172). Sum of RGB (Red+Green+Blue) = 64+97+172=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #4061AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4061AC is #BF9E53. Grayscale: #5F5F5F. Windows color (decimal): -12557908 or 11297088. OLE color: 11297088.

HSL color Cylindrical-coordinate representation of color #4061AC: hue angle of 221.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4061AC is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 97 172 -
CMYK 0.63 0.44 0 0.33
HSL 221.67º 0.46% 0.46% -
HSV(B) 221.67º 0.63% 0.67% -
XYZ 13.84 12.62 40.74 -
YUV 95.68 171.07 105.4 -
System Red Green Blue C M Y K H S L
Decimal 64 97 172 0.63 0.44 0 0.33 221.67 0.46 0.46
Hex 40 61 AC 3F 2C 0 21 DE 2E 2E
Octal 100 141 254 77 54 0 41 336 56 56
Binary 1000000 1100001 10101100 111111 101100 0 100001 11011110 101110 101110

Color Harmonies of #4061AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4061AC

Black with #4061AC

Text Example


Text Example

White with #4061AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,97,172); }

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

background-color css

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

 a { background-color: rgb(64,97,172); }

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

border-color css

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

 span { border-color: rgb(64,97,172); }

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