Html Css Color HEX #4760AF Mariner

📋 copy color: '#4760AF'

red 71 ◦ green 96 ◦ blue 175

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

Shades of Mariner #4760AF

Tints of Mariner #4760AF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

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

R = 20.76%
G = 28.07%
B = 51.17%

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

#4760AF (or 0x4760AF) is known color: Mariner. HEX triplet: 47, 60 and AF. RGB value is (71,96,175). Sum of RGB (Red+Green+Blue) = 71+96+175=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #4760AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4760AF is #B89F50. Grayscale: #616161. Windows color (decimal): -12099409 or 11493447. OLE color: 11493447.

HSL color Cylindrical-coordinate representation of color #4760AF: hue angle of 225.58º 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 #4760AF is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 96 175 -
CMYK 0.59 0.45 0 0.31
HSL 225.58º 0.42% 0.48% -
HSV(B) 225.58º 0.59% 0.69% -
XYZ 14.52 12.8 42.26 -
YUV 97.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 71 96 175 0.59 0.45 0 0.31 225.58 0.42 0.48
Hex 47 60 AF 3B 2D 0 1F E2 2A 30
Octal 107 140 257 73 55 0 37 342 52 60
Binary 1000111 1100000 10101111 111011 101101 0 11111 11100010 101010 110000

Color Harmonies of #4760AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4760AF

Black with #4760AF

Text Example


Text Example

White with #4760AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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