Html Css Color HEX #4663AA Mariner

📋 copy color: '#4663AA'

red 70 ◦ green 99 ◦ blue 170

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

Shades of Mariner #4663AA

Tints of Mariner #4663AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.2%

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

R = 20.65%
G = 29.2%
B = 50.15%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4663AA (or 0x4663AA) is known color: Mariner. HEX triplet: 46, 63 and AA. RGB value is (70,99,170). Sum of RGB (Red+Green+Blue) = 70+99+170=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #4663AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4663AA is #B99C55. Grayscale: #626262. Windows color (decimal): -12164182 or 11166534. OLE color: 11166534.

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

Color convert

RGB 70 99 170 -
CMYK 0.59 0.42 0 0.33
HSL 222.6º 0.42% 0.47% -
HSV(B) 222.6º 0.59% 0.67% -
XYZ 14.24 13.13 39.81 -
YUV 98.42 168.39 107.73 -
System Red Green Blue C M Y K H S L
Decimal 70 99 170 0.59 0.42 0 0.33 222.6 0.42 0.47
Hex 46 63 AA 3B 2A 0 21 DF 2A 2F
Octal 106 143 252 73 52 0 41 337 52 57
Binary 1000110 1100011 10101010 111011 101010 0 100001 11011111 101010 101111

Color Harmonies of #4663AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4663AA

Black with #4663AA

Text Example


Text Example

White with #4663AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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