Html Css Color HEX #4768AB Mariner

📋 copy color: '#4768AB'

red 71 ◦ green 104 ◦ blue 171

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

Shades of Mariner #4768AB

Tints of Mariner #4768AB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

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

R = 20.52%
G = 30.06%
B = 49.42%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4768AB (or 0x4768AB) is known color: Mariner. HEX triplet: 47, 68 and AB. RGB value is (71,104,171). Sum of RGB (Red+Green+Blue) = 71+104+171=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #4768AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4768AB is #B89754. Grayscale: #656565. Windows color (decimal): -12097365 or 11233351. OLE color: 11233351.

HSL color Cylindrical-coordinate representation of color #4768AB: hue angle of 220.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 #4768AB is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 104 171 -
CMYK 0.58 0.39 0 0.33
HSL 220.2º 0.41% 0.47% -
HSV(B) 220.2º 0.58% 0.67% -
XYZ 14.9 14.18 40.48 -
YUV 101.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 71 104 171 0.58 0.39 0 0.33 220.2 0.41 0.47
Hex 47 68 AB 3A 27 0 21 DC 29 2F
Octal 107 150 253 72 47 0 41 334 51 57
Binary 1000111 1101000 10101011 111010 100111 0 100001 11011100 101001 101111

Color Harmonies of #4768AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4768AB

Black with #4768AB

Text Example


Text Example

White with #4768AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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