Html Css Color HEX #4C66AD Mariner

📋 copy color: '#4C66AD'

red 76 ◦ green 102 ◦ blue 173

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

Shades of Mariner #4C66AD

Tints of Mariner #4C66AD

RGB

 RED value IS 76 (30.08% from 255) = 21.65%

 GREEN value IS 102 (40.23% from 255) = 29.06%

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

R = 21.65%
G = 29.06%
B = 49.29%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C66AD (or 0x4C66AD) is known color: Mariner. HEX triplet: 4C, 66 and AD. RGB value is (76,102,173). Sum of RGB (Red+Green+Blue) = 76+102+173=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C66AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C66AD is #B39952. Grayscale: #666666. Windows color (decimal): -11770195 or 11363916. OLE color: 11363916.

HSL color Cylindrical-coordinate representation of color #4C66AD: hue angle of 223.92º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C66AD is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 102 173 -
CMYK 0.56 0.41 0 0.32
HSL 223.92º 0.39% 0.49% -
HSV(B) 223.92º 0.56% 0.68% -
XYZ 15.27 14.06 41.44 -
YUV 102.32 167.89 109.23 -
System Red Green Blue C M Y K H S L
Decimal 76 102 173 0.56 0.41 0 0.32 223.92 0.39 0.49
Hex 4C 66 AD 38 29 0 20 E0 27 31
Octal 114 146 255 70 51 0 40 340 47 61
Binary 1001100 1100110 10101101 111000 101001 0 100000 11100000 100111 110001

Color Harmonies of #4C66AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C66AD

Black with #4C66AD

Text Example


Text Example

White with #4C66AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C66AD; }

 p { color: rgb(76,102,173); }

 H1.HeaderClassName
 {
   color: #4C66AD;
 }
 .AnyTagClassName
 {
   color: #4C66AD;
 }
</style>

background-color css

<style>
 a { background-color: #4C66AD; }

 a { background-color: rgb(76,102,173); }

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

border-color css

<style>
 span { border-color: #4C66AD; }

 span { border-color: rgb(76,102,173); }

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