Html Css Color HEX #4061AA Mariner

📋 copy color: '#4061AA'

red 64 ◦ green 97 ◦ blue 170

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

Shades of Mariner #4061AA

Tints of Mariner #4061AA

RGB

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

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

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

R = 19.34%
G = 29.31%
B = 51.36%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4061AA (or 0x4061AA) is known color: Mariner. HEX triplet: 40, 61 and AA. RGB value is (64,97,170). Sum of RGB (Red+Green+Blue) = 64+97+170=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #4061AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4061AA is #BF9E55. Grayscale: #5F5F5F. Windows color (decimal): -12557910 or 11166016. OLE color: 11166016.

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

Color convert

RGB 64 97 170 -
CMYK 0.62 0.43 0 0.33
HSL 221.32º 0.45% 0.46% -
HSV(B) 221.32º 0.62% 0.67% -
XYZ 13.64 12.54 39.73 -
YUV 95.46 170.07 105.56 -
System Red Green Blue C M Y K H S L
Decimal 64 97 170 0.62 0.43 0 0.33 221.32 0.45 0.46
Hex 40 61 AA 3E 2B 0 21 DD 2D 2E
Octal 100 141 252 76 53 0 41 335 55 56
Binary 1000000 1100001 10101010 111110 101011 0 100001 11011101 101101 101110

Color Harmonies of #4061AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4061AA

Black with #4061AA

Text Example


Text Example

White with #4061AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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