Html Css Color HEX #4065AB Mariner

📋 copy color: '#4065AB'

red 64 ◦ green 101 ◦ blue 171

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

Shades of Mariner #4065AB

Tints of Mariner #4065AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.06%

 BLUE value IS 171 (67.19% from 255) = 50.89%

R = 19.05%
G = 30.06%
B = 50.89%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4065AB (or 0x4065AB) is known color: Mariner. HEX triplet: 40, 65 and AB. RGB value is (64,101,171). Sum of RGB (Red+Green+Blue) = 64+101+171=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #4065AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4065AB is #BF9A54. Grayscale: #616161. Windows color (decimal): -12556885 or 11232576. OLE color: 11232576.

HSL color Cylindrical-coordinate representation of color #4065AB: hue angle of 219.25º 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 #4065AB is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 101 171 -
CMYK 0.63 0.41 0 0.33
HSL 219.25º 0.46% 0.46% -
HSV(B) 219.25º 0.63% 0.67% -
XYZ 14.12 13.34 40.36 -
YUV 97.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 64 101 171 0.63 0.41 0 0.33 219.25 0.46 0.46
Hex 40 65 AB 3F 29 0 21 DB 2E 2E
Octal 100 145 253 77 51 0 41 333 56 56
Binary 1000000 1100101 10101011 111111 101001 0 100001 11011011 101110 101110

Color Harmonies of #4065AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4065AB

Black with #4065AB

Text Example


Text Example

White with #4065AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4065AB; }

 p { color: rgb(64,101,171); }

 H1.HeaderClassName
 {
   color: #4065AB;
 }
 .AnyTagClassName
 {
   color: #4065AB;
 }
</style>

background-color css

<style>
 a { background-color: #4065AB; }

 a { background-color: rgb(64,101,171); }

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

border-color css

<style>
 span { border-color: #4065AB; }

 span { border-color: rgb(64,101,171); }

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