Html Css Color HEX #4F749F San Marino

📋 copy color: '#4F749F'

red 79 ◦ green 116 ◦ blue 159

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

Shades of San Marino #4F749F

Tints of San Marino #4F749F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 22.32%
G = 32.77%
B = 44.92%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F749F (or 0x4F749F) is known color: San Marino. HEX triplet: 4F, 74 and 9F. RGB value is (79,116,159). Sum of RGB (Red+Green+Blue) = 79+116+159=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F749F is #B08B60. Grayscale: #6D6D6D. Windows color (decimal): -11570017 or 10449999. OLE color: 10449999.

HSL color Cylindrical-coordinate representation of color #4F749F: hue angle of 212.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F749F is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 116 159 -
CMYK 0.50 0.27 0 0.38
HSL 212.25º 0.34% 0.47% -
HSV(B) 212.25º 0.5% 0.62% -
XYZ 15.73 16.66 35.19 -
YUV 109.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 79 116 159 0.50 0.27 0 0.38 212.25 0.34 0.47
Hex 4F 74 9F 32 1B 0 26 D4 22 2F
Octal 117 164 237 62 33 0 46 324 42 57
Binary 1001111 1110100 10011111 110010 11011 0 100110 11010100 100010 101111

Color Harmonies of #4F749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F749F

Black with #4F749F

Text Example


Text Example

White with #4F749F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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