Html Css Color HEX #4067AB Mariner

📋 copy color: '#4067AB'

red 64 ◦ green 103 ◦ blue 171

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

Shades of Mariner #4067AB

Tints of Mariner #4067AB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

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

R = 18.93%
G = 30.47%
B = 50.59%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4067AB (or 0x4067AB) is known color: Mariner. HEX triplet: 40, 67 and AB. RGB value is (64,103,171). Sum of RGB (Red+Green+Blue) = 64+103+171=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #4067AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4067AB is #BF9854. Grayscale: #626262. Windows color (decimal): -12556373 or 11233088. OLE color: 11233088.

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

Color convert

RGB 64 103 171 -
CMYK 0.63 0.40 0 0.33
HSL 218.13º 0.46% 0.46% -
HSV(B) 218.13º 0.63% 0.67% -
XYZ 14.32 13.73 40.42 -
YUV 99.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 64 103 171 0.63 0.40 0 0.33 218.13 0.46 0.46
Hex 40 67 AB 3F 28 0 21 DA 2E 2E
Octal 100 147 253 77 50 0 41 332 56 56
Binary 1000000 1100111 10101011 111111 101000 0 100001 11011010 101110 101110

Color Harmonies of #4067AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4067AB

Black with #4067AB

Text Example


Text Example

White with #4067AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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