Html Css Color HEX #4666AA Mariner

📋 copy color: '#4666AA'

red 70 ◦ green 102 ◦ blue 170

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

Shades of Mariner #4666AA

Tints of Mariner #4666AA

RGB

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

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

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

R = 20.47%
G = 29.82%
B = 49.71%

CMYK

 C value IS 0.59

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4666AA (or 0x4666AA) is known color: Mariner. HEX triplet: 46, 66 and AA. RGB value is (70,102,170). Sum of RGB (Red+Green+Blue) = 70+102+170=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #4666AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4666AA is #B99955. Grayscale: #636363. Windows color (decimal): -12163414 or 11167302. OLE color: 11167302.

HSL color Cylindrical-coordinate representation of color #4666AA: hue angle of 220.8º 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 #4666AA is Cyan = 0.59, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 102 170 -
CMYK 0.59 0.4 0 0.33
HSL 220.8º 0.42% 0.47% -
HSV(B) 220.8º 0.59% 0.67% -
XYZ 14.53 13.71 39.91 -
YUV 100.18 167.4 106.47 -
System Red Green Blue C M Y K H S L
Decimal 70 102 170 0.59 0.4 0 0.33 220.8 0.42 0.47
Hex 46 66 AA 3B 28 0 21 DD 2A 2F
Octal 106 146 252 73 50 0 41 335 52 57
Binary 1000110 1100110 10101010 111011 101000 0 100001 11011101 101010 101111

Color Harmonies of #4666AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4666AA

Black with #4666AA

Text Example


Text Example

White with #4666AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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