Html Css Color HEX #4F76AD San Marino

📋 copy color: '#4F76AD'

red 79 ◦ green 118 ◦ blue 173

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

Shades of San Marino #4F76AD

Tints of San Marino #4F76AD

RGB

 RED value IS 79 (31.25% from 255) = 21.35%

 GREEN value IS 118 (46.48% from 255) = 31.89%

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 21.35%
G = 31.89%
B = 46.76%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F76AD (or 0x4F76AD) is known color: San Marino. HEX triplet: 4F, 76 and AD. RGB value is (79,118,173). Sum of RGB (Red+Green+Blue) = 79+118+173=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F76AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F76AD is #B08952. Grayscale: #707070. Windows color (decimal): -11569491 or 11368015. OLE color: 11368015.

HSL color Cylindrical-coordinate representation of color #4F76AD: hue angle of 215.11º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F76AD is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 118 173 -
CMYK 0.54 0.32 0 0.32
HSL 215.11º 0.37% 0.49% -
HSV(B) 215.11º 0.54% 0.68% -
XYZ 17.25 17.64 42.03 -
YUV 112.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 79 118 173 0.54 0.32 0 0.32 215.11 0.37 0.49
Hex 4F 76 AD 36 20 0 20 D7 25 31
Octal 117 166 255 66 40 0 40 327 45 61
Binary 1001111 1110110 10101101 110110 100000 0 100000 11010111 100101 110001

Color Harmonies of #4F76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F76AD

Black with #4F76AD

Text Example


Text Example

White with #4F76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F76AD; }

 p { color: rgb(79,118,173); }

 H1.HeaderClassName
 {
   color: #4F76AD;
 }
 .AnyTagClassName
 {
   color: #4F76AD;
 }
</style>

background-color css

<style>
 a { background-color: #4F76AD; }

 a { background-color: rgb(79,118,173); }

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

border-color css

<style>
 span { border-color: #4F76AD; }

 span { border-color: rgb(79,118,173); }

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