Html Css Color HEX #4068AE Mariner

📋 copy color: '#4068AE'

red 64 ◦ green 104 ◦ blue 174

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

Shades of Mariner #4068AE

Tints of Mariner #4068AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.88%

R = 18.71%
G = 30.41%
B = 50.88%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4068AE (or 0x4068AE) is known color: Mariner. HEX triplet: 40, 68 and AE. RGB value is (64,104,174). Sum of RGB (Red+Green+Blue) = 64+104+174=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #4068AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4068AE is #BF9751. Grayscale: #636363. Windows color (decimal): -12556114 or 11429952. OLE color: 11429952.

HSL color Cylindrical-coordinate representation of color #4068AE: hue angle of 218.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4068AE is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 104 174 -
CMYK 0.63 0.40 0 0.32
HSL 218.18º 0.46% 0.47% -
HSV(B) 218.18º 0.63% 0.68% -
XYZ 14.7 14.05 41.98 -
YUV 100.02 169.75 102.31 -
System Red Green Blue C M Y K H S L
Decimal 64 104 174 0.63 0.40 0 0.32 218.18 0.46 0.47
Hex 40 68 AE 3F 28 0 20 DA 2E 2F
Octal 100 150 256 77 50 0 40 332 56 57
Binary 1000000 1101000 10101110 111111 101000 0 100000 11011010 101110 101111

Color Harmonies of #4068AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4068AE

Black with #4068AE

Text Example


Text Example

White with #4068AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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