Html Css Color HEX #4068AB Mariner

📋 copy color: '#4068AB'

red 64 ◦ green 104 ◦ blue 171

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

Shades of Mariner #4068AB

Tints of Mariner #4068AB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.68%

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

R = 18.88%
G = 30.68%
B = 50.44%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4068AB (or 0x4068AB) is known color: Mariner. HEX triplet: 40, 68 and AB. RGB value is (64,104,171). Sum of RGB (Red+Green+Blue) = 64+104+171=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #4068AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4068AB is #BF9754. Grayscale: #636363. Windows color (decimal): -12556117 or 11233344. OLE color: 11233344.

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

Color convert

RGB 64 104 171 -
CMYK 0.63 0.39 0 0.33
HSL 217.57º 0.46% 0.46% -
HSV(B) 217.57º 0.63% 0.67% -
XYZ 14.42 13.93 40.46 -
YUV 99.68 168.25 102.55 -
System Red Green Blue C M Y K H S L
Decimal 64 104 171 0.63 0.39 0 0.33 217.57 0.46 0.46
Hex 40 68 AB 3F 27 0 21 DA 2E 2E
Octal 100 150 253 77 47 0 41 332 56 56
Binary 1000000 1101000 10101011 111111 100111 0 100001 11011010 101110 101110

Color Harmonies of #4068AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4068AB

Black with #4068AB

Text Example


Text Example

White with #4068AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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