Html Css Color HEX #4668AD Mariner

📋 copy color: '#4668AD'

red 70 ◦ green 104 ◦ blue 173

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

Shades of Mariner #4668AD

Tints of Mariner #4668AD

RGB

 RED value IS 70 (27.73% from 255) = 20.17%

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

 BLUE value IS 173 (67.97% from 255) = 49.86%

R = 20.17%
G = 29.97%
B = 49.86%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4668AD (or 0x4668AD) is known color: Mariner. HEX triplet: 46, 68 and AD. RGB value is (70,104,173). Sum of RGB (Red+Green+Blue) = 70+104+173=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #4668AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4668AD is #B99752. Grayscale: #656565. Windows color (decimal): -12162899 or 11364422. OLE color: 11364422.

HSL color Cylindrical-coordinate representation of color #4668AD: hue angle of 220.19º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4668AD is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 104 173 -
CMYK 0.60 0.40 0 0.32
HSL 220.19º 0.42% 0.48% -
HSV(B) 220.19º 0.6% 0.68% -
XYZ 15.02 14.22 41.49 -
YUV 101.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 70 104 173 0.60 0.40 0 0.32 220.19 0.42 0.48
Hex 46 68 AD 3C 28 0 20 DC 2A 30
Octal 106 150 255 74 50 0 40 334 52 60
Binary 1000110 1101000 10101101 111100 101000 0 100000 11011100 101010 110000

Color Harmonies of #4668AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4668AD

Black with #4668AD

Text Example


Text Example

White with #4668AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4668AD; }

 p { color: rgb(70,104,173); }

 H1.HeaderClassName
 {
   color: #4668AD;
 }
 .AnyTagClassName
 {
   color: #4668AD;
 }
</style>

background-color css

<style>
 a { background-color: #4668AD; }

 a { background-color: rgb(70,104,173); }

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

border-color css

<style>
 span { border-color: #4668AD; }

 span { border-color: rgb(70,104,173); }

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