Html Css Color HEX #4761AF Mariner

📋 copy color: '#4761AF'

red 71 ◦ green 97 ◦ blue 175

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

Shades of Mariner #4761AF

Tints of Mariner #4761AF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.28%

 BLUE value IS 175 (68.75% from 255) = 51.02%

R = 20.7%
G = 28.28%
B = 51.02%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4761AF (or 0x4761AF) is known color: Mariner. HEX triplet: 47, 61 and AF. RGB value is (71,97,175). Sum of RGB (Red+Green+Blue) = 71+97+175=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #4761AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4761AF is #B89E50. Grayscale: #616161. Windows color (decimal): -12099153 or 11493703. OLE color: 11493703.

HSL color Cylindrical-coordinate representation of color #4761AF: hue angle of 225º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4761AF is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 97 175 -
CMYK 0.59 0.45 0 0.31
HSL 225º 0.42% 0.48% -
HSV(B) 225º 0.59% 0.69% -
XYZ 14.61 12.98 42.29 -
YUV 98.12 171.39 108.66 -
System Red Green Blue C M Y K H S L
Decimal 71 97 175 0.59 0.45 0 0.31 225 0.42 0.48
Hex 47 61 AF 3B 2D 0 1F E1 2A 30
Octal 107 141 257 73 55 0 37 341 52 60
Binary 1000111 1100001 10101111 111011 101101 0 11111 11100001 101010 110000

Color Harmonies of #4761AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4761AF

Black with #4761AF

Text Example


Text Example

White with #4761AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4761AF; }

 p { color: rgb(71,97,175); }

 H1.HeaderClassName
 {
   color: #4761AF;
 }
 .AnyTagClassName
 {
   color: #4761AF;
 }
</style>

background-color css

<style>
 a { background-color: #4761AF; }

 a { background-color: rgb(71,97,175); }

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

border-color css

<style>
 span { border-color: #4761AF; }

 span { border-color: rgb(71,97,175); }

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