Html Css Color HEX #4068AA Mariner

📋 copy color: '#4068AA'

red 64 ◦ green 104 ◦ blue 170

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

Shades of Mariner #4068AA

Tints of Mariner #4068AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 18.93%
G = 30.77%
B = 50.3%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4068AA (or 0x4068AA) is known color: Mariner. HEX triplet: 40, 68 and AA. RGB value is (64,104,170). Sum of RGB (Red+Green+Blue) = 64+104+170=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #4068AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4068AA is #BF9755. Grayscale: #636363. Windows color (decimal): -12556118 or 11167808. OLE color: 11167808.

HSL color Cylindrical-coordinate representation of color #4068AA: hue angle of 217.36º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4068AA is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 104 170 -
CMYK 0.62 0.39 0 0.33
HSL 217.36º 0.45% 0.46% -
HSV(B) 217.36º 0.62% 0.67% -
XYZ 14.32 13.89 39.96 -
YUV 99.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 64 104 170 0.62 0.39 0 0.33 217.36 0.45 0.46
Hex 40 68 AA 3E 27 0 21 D9 2D 2E
Octal 100 150 252 76 47 0 41 331 55 56
Binary 1000000 1101000 10101010 111110 100111 0 100001 11011001 101101 101110

Color Harmonies of #4068AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4068AA

Black with #4068AA

Text Example


Text Example

White with #4068AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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