Html Css Color HEX #4666AB Mariner

📋 copy color: '#4666AB'

red 70 ◦ green 102 ◦ blue 171

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

Shades of Mariner #4666AB

Tints of Mariner #4666AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 20.41%
G = 29.74%
B = 49.85%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4666AB (or 0x4666AB) is known color: Mariner. HEX triplet: 46, 66 and AB. RGB value is (70,102,171). Sum of RGB (Red+Green+Blue) = 70+102+171=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #4666AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4666AB is #B99954. Grayscale: #636363. Windows color (decimal): -12163413 or 11232838. OLE color: 11232838.

HSL color Cylindrical-coordinate representation of color #4666AB: hue angle of 220.99º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4666AB is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 102 171 -
CMYK 0.59 0.40 0 0.33
HSL 220.99º 0.42% 0.47% -
HSV(B) 220.99º 0.59% 0.67% -
XYZ 14.63 13.75 40.41 -
YUV 100.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 70 102 171 0.59 0.40 0 0.33 220.99 0.42 0.47
Hex 46 66 AB 3B 28 0 21 DD 2A 2F
Octal 106 146 253 73 50 0 41 335 52 57
Binary 1000110 1100110 10101011 111011 101000 0 100001 11011101 101010 101111

Color Harmonies of #4666AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4666AB

Black with #4666AB

Text Example


Text Example

White with #4666AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4666AB; }

 p { color: rgb(70,102,171); }

 H1.HeaderClassName
 {
   color: #4666AB;
 }
 .AnyTagClassName
 {
   color: #4666AB;
 }
</style>

background-color css

<style>
 a { background-color: #4666AB; }

 a { background-color: rgb(70,102,171); }

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

border-color css

<style>
 span { border-color: #4666AB; }

 span { border-color: rgb(70,102,171); }

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