Html Css Color HEX #4F74AD San Marino

📋 copy color: '#4F74AD'

red 79 ◦ green 116 ◦ blue 173

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

Shades of San Marino #4F74AD

Tints of San Marino #4F74AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.52%

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

R = 21.47%
G = 31.52%
B = 47.01%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F74AD (or 0x4F74AD) is known color: San Marino. HEX triplet: 4F, 74 and AD. RGB value is (79,116,173). Sum of RGB (Red+Green+Blue) = 79+116+173=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F74AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F74AD is #B08B52. Grayscale: #6F6F6F. Windows color (decimal): -11570003 or 11367503. OLE color: 11367503.

HSL color Cylindrical-coordinate representation of color #4F74AD: hue angle of 216.38º 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 #4F74AD is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 116 173 -
CMYK 0.54 0.33 0 0.32
HSL 216.38º 0.37% 0.49% -
HSV(B) 216.38º 0.54% 0.68% -
XYZ 17.01 17.17 41.95 -
YUV 111.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 79 116 173 0.54 0.33 0 0.32 216.38 0.37 0.49
Hex 4F 74 AD 36 21 0 20 D8 25 31
Octal 117 164 255 66 41 0 40 330 45 61
Binary 1001111 1110100 10101101 110110 100001 0 100000 11011000 100101 110001

Color Harmonies of #4F74AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F74AD

Black with #4F74AD

Text Example


Text Example

White with #4F74AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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