Html Css Color HEX #4763AB Mariner

📋 copy color: '#4763AB'

red 71 ◦ green 99 ◦ blue 171

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

Shades of Mariner #4763AB

Tints of Mariner #4763AB

RGB

 RED value IS 71 (28.13% from 255) = 20.82%

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

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

R = 20.82%
G = 29.03%
B = 50.15%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4763AB (or 0x4763AB) is known color: Mariner. HEX triplet: 47, 63 and AB. RGB value is (71,99,171). Sum of RGB (Red+Green+Blue) = 71+99+171=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #4763AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4763AB is #B89C54. Grayscale: #626262. Windows color (decimal): -12098645 or 11232071. OLE color: 11232071.

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

Color convert

RGB 71 99 171 -
CMYK 0.58 0.42 0 0.33
HSL 223.2º 0.41% 0.47% -
HSV(B) 223.2º 0.58% 0.67% -
XYZ 14.41 13.2 40.32 -
YUV 98.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 71 99 171 0.58 0.42 0 0.33 223.2 0.41 0.47
Hex 47 63 AB 3A 2A 0 21 DF 29 2F
Octal 107 143 253 72 52 0 41 337 51 57
Binary 1000111 1100011 10101011 111010 101010 0 100001 11011111 101001 101111

Color Harmonies of #4763AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4763AB

Black with #4763AB

Text Example


Text Example

White with #4763AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,99,171); }

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

background-color css

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

 a { background-color: rgb(71,99,171); }

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

border-color css

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

 span { border-color: rgb(71,99,171); }

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