Html Css Color HEX #4068AC Mariner

📋 copy color: '#4068AC'

red 64 ◦ green 104 ◦ blue 172

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

Shades of Mariner #4068AC

Tints of Mariner #4068AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.59%

R = 18.82%
G = 30.59%
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

#4068AC (or 0x4068AC) is known color: Mariner. HEX triplet: 40, 68 and AC. RGB value is (64,104,172). Sum of RGB (Red+Green+Blue) = 64+104+172=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #4068AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4068AC is #BF9753. Grayscale: #636363. Windows color (decimal): -12556116 or 11298880. OLE color: 11298880.

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

Color convert

RGB 64 104 172 -
CMYK 0.63 0.40 0 0.33
HSL 217.78º 0.46% 0.46% -
HSV(B) 217.78º 0.63% 0.67% -
XYZ 14.51 13.97 40.96 -
YUV 99.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 64 104 172 0.63 0.40 0 0.33 217.78 0.46 0.46
Hex 40 68 AC 3F 28 0 21 DA 2E 2E
Octal 100 150 254 77 50 0 41 332 56 56
Binary 1000000 1101000 10101100 111111 101000 0 100001 11011010 101110 101110

Color Harmonies of #4068AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4068AC

Black with #4068AC

Text Example


Text Example

White with #4068AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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