Html Css Color HEX #4F699F San Marino

📋 copy color: '#4F699F'

red 79 ◦ green 105 ◦ blue 159

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

Shades of San Marino #4F699F

Tints of San Marino #4F699F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 23.03%
G = 30.61%
B = 46.36%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F699F (or 0x4F699F) is known color: San Marino. HEX triplet: 4F, 69 and 9F. RGB value is (79,105,159). Sum of RGB (Red+Green+Blue) = 79+105+159=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F699F is #B09660. Grayscale: #676767. Windows color (decimal): -11572833 or 10447183. OLE color: 10447183.

HSL color Cylindrical-coordinate representation of color #4F699F: hue angle of 220.5º 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 #4F699F is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 105 159 -
CMYK 0.50 0.34 0 0.38
HSL 220.5º 0.34% 0.47% -
HSV(B) 220.5º 0.5% 0.62% -
XYZ 14.53 14.27 34.79 -
YUV 103.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 79 105 159 0.50 0.34 0 0.38 220.5 0.34 0.47
Hex 4F 69 9F 32 22 0 26 DC 22 2F
Octal 117 151 237 62 42 0 46 334 42 57
Binary 1001111 1101001 10011111 110010 100010 0 100110 11011100 100010 101111

Color Harmonies of #4F699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F699F

Black with #4F699F

Text Example


Text Example

White with #4F699F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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